spring-cloud-cli
spring-cloud-cli copied to clipboard
as a user I want to run embedded Atlas (please)
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 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
I'd actually like this feature - it would be very helpful for standalone non web, spring boot applications to be able to report metrics.