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 bootRunExercise the application by calling its endpoint
curl http://localhost:8080/pingView micrometer metrics in prometheus format by navigating to: