October 2018
Intermediate to advanced
982 pages
23h 29m
English
With Graphite and Grafana up and running, we are now ready to start configuring our application in order to send the metrics to the Graphite listener on port 2003. To do this, we will use the Codahale/Dropwizard metrics library, which is fully supported by Spring Boot and thus requires a minimum amount of configuration:
compile("io.micrometer:micrometer-registry-graphite:latest.release")
@Configuration @ConditionalOnClass(GraphiteMeterRegistry.class) ...
Read now
Unlock full access