Browse Source

Merge pull request #723 from jkschneider/atlas-docs

Update docs to indicate the need for spring-cloud-starter-atlas
pull/6/head
Spencer Gibb 9 years ago
parent
commit
3f45391d29
  1. 2
      docs/src/main/asciidoc/spring-cloud-netflix.adoc

2
docs/src/main/asciidoc/spring-cloud-netflix.adoc

@ -1537,7 +1537,7 @@ Atlas was developed by Netflix to manage dimensional time series data for near r @@ -1537,7 +1537,7 @@ Atlas was developed by Netflix to manage dimensional time series data for near r
Atlas captures operational intelligence. Whereas business intelligence is data gathered for analyzing trends over time, operational intelligence provides a picture of what is currently happening within a system.
No additional dependencies are necessary to send Spring Boot Actuator, Servo, and Spectator metrics to Atlas. Just annotate your Spring Boot application with `@EnableAtlas` and provide a location for your running Atlas server with the `netflix.atlas.uri` property.
Spring Cloud provides a `spring-cloud-starter-atlas` that has all the dependencies you need. Then just annotate your Spring Boot application with `@EnableAtlas` and provide a location for your running Atlas server with the `netflix.atlas.uri` property.
==== Global tags

Loading…
Cancel
Save