spring-cloud-cli icon indicating copy to clipboard operation
spring-cloud-cli copied to clipboard

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

Open joshlong opened this issue 7 years ago • 2 comments

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)

joshlong avatar Apr 13 '18 08:04 joshlong

@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

jkschneider avatar Apr 13 '18 12:04 jkschneider

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

jeacott1 avatar Aug 21 '19 01:08 jeacott1