This example demonstrates a typical use case of micrometer shim.
It consists of a spring boot application with:
- A simple web API available at
GET http://localhost:8080/ping
- Instrumented with the spring boot actuator and micrometer
- Micrometer metrics bridged to OpenTelemetry using the micrometer shim
- OpenTelemetry metrics exported with prometheus
Run the application
../gradlew bootRun
Exercise the application by calling its endpoint
curl http://localhost:8080/ping
View micrometer metrics in prometheus format by navigating to: