opentelemetry-java/website_docs/instrumentation_examples.md at main · goodjava/opentelemetry-java · GitHub
Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 829 Bytes

File metadata and controls

24 lines (15 loc) · 829 Bytes
title Instrumentation Examples
weight 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