Skip to content

Files

Latest commit

 

History

History

otel-http-micrometer-native

Observability of HTTP services with Micrometer Tracing and Spring Boot Native GraalVM

image

Building Application and Docker Images

Run below command to compile and build the docker images with Paketo buildpacks. Ensure you have GraalVM Java SDK deployed.

mvn spring-boot:build-image -Pnative

Run Docker Compose setup

Run below command to start Jaeger and the HTTP services.

docker-compose up

Trigger a request to httpservice1.

curl http://localhost:8080

View Traces in Jaeger

Open Jaeger at http://localhost:16686 and check the traces.

image