Sending System Metrics to Graphite with Spring-Boot
问题 Spring-Boot actuator exposes many useful metrics at /metrics such as uptime, memory usage, GC count. Only a subset of these are sent to Graphite when using the Dropwizard Metrics integration. In specific, only the counters and gauges Is there any way to get these other metrics to be published to graphite? The documentation suggests that it should be possible: Users of the Dropwizard ‘Metrics’ library will find that Spring Boot metrics are automatically published to com.codahale.metrics