Skip to content

Files

Latest commit

 

History

History

otel-http-opentelemetry

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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