instrumenting-java-apps-using-opentelemetry
instrumenting-java-apps-using-opentelemetry copied to clipboard
Microservice written in Java that shows how to instrument applications using OpenTelemetry, to produce telemetry data for traces and metrics. Also how to switch the observability backend without code...
I am following the YouTube playlist. At this moment, I am at the **Sending generated traces to Grafana Tempo** section. But I am stuck at a point where Grafana is...
Thank you for this outstanding tutorial. I am restricted to Java 11 for now. To do this I made simple updates to 2 files: pom.xml and HelloAppController.java. ### pom.xml Replace...
*Issue #, if available:* 1. What Changed? * Updated the @Value annotations in controller to correctly reference properties, now using {} i.e @Value("${property.key}") * Updated the properties-maven-plugin execution phase from...