無茶振りMicrometerの話
Spring Fest 2019
Tommy Ludwig
About me
Tommy Ludwig
Micrometer
Supported backends
Demo Actuator
Metrics endpoint
(web + actuator) dependencies
http://localhost:8080/actuator
management.endpoints.web.exposure.include=metrics
Application metrics
Tag / dimension / label
Why metrics?
Meter types
Gauge
速度計
温度計
Counter
* Don’t gauge if you can count! *
走行距離計
Timer
* Don’t count if you can time *
Distribution summary
Instrumentation
Out-of-the-box
Spring Boot and Micrometer
Auto-configuration
Config properties
Custom metrics
Demo metrics backend
Q & A