opentelemetry.io/content/en/docs/instrumentation/java/examples.md

961 B

title linkTitle aliases weight
Instrumentation Examples Examples
/docs/java/instrumentation_examples
/docs/instrumentation/java/instrumentation_examples
4

Here are some of the resources for Opentelemetry instrumentation examples.

Community Resources

boot-opentelemetry-tempo

Project demonstrating Complete Observability Stack utilizing Prometheus, Loki (For distributed logging), Tempo (For Distributed tracing, this basically uses Jaeger Internally), Grafana for Java/spring based applications (With OpenTelemetry auto / manual Instrumentation) involving multiple microservices with DB interactions

Checkout boot-opentelemetry-tempo and get started

$ mvn clean package docker:build
$ docker-compose up