Slide 14
Slide 14 text
Insights with Metrics
Micrometer
© msg | January 2019 | Observability in Dynamic and Distributed Environments | Alexander Schwartz 14
Micrometer [maɪˈkrɒm.ɪ.tər] is a facade (API) to collect metrics independent of the storage or your metrics
(“SLF4J, but for metrics”).
• Multidimensional metrics
• Integrations for libraries and backends
(Prometheus, Datadog, Ganglia, Graphite, JMX, New Relic, …)
• Ready to use with Spring Boot 1.x and 2.x
• Can be used stand-alone and together with other frameworks
• Version 1.0 released at the same time as Spring Boot 2.0
• Version 1.1 released at the same time as Spring Boot 2.1
Homepage: https://micrometer.io/
License: Apache 2.0