spring-cloud / spring-cloud-cli

Spring Cloud CLI features
Apache License 2.0
156 stars 80 forks source link

as a user I want to run embedded Atlas (please) #75

Open joshlong opened 6 years ago

joshlong commented 6 years ago

Hi,

@jkschneider demonstrated how to embed Netflix Atlas, and it'd be nice if we could turn that into an embedded service for the Spring Cloud CLI (spring cloud atlas)

jkschneider commented 6 years ago

@joshlong If the idea is to run a separate instance of atlas you can publish metrics to, the setup is already dead simple:

$ java -jar atlas-1.5.3-standalone.jar memory.conf
jeacott1 commented 5 years ago

I'd actually like this feature - it would be very helpful for standalone non web, spring boot applications to be able to report metrics.