Skip to content

Files

Latest commit

 

History

History
31 lines (19 loc) · 764 Bytes

File metadata and controls

31 lines (19 loc) · 764 Bytes

Observability of HTTP services with OpenTelemetry Auto Instrumentation

image

Building Application and Docker Images

Run below command to compile and build the docker images with Paketo buildpacks.

mvn spring-boot:build-image

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