Jeffercodians / MOTel

Minecraft Open Telememetry Mod
Other
0 stars 0 forks source link

SPIKE: How do you do open telemetry in the JVM stack with Gradle? #3

Open kMaiSmith opened 10 months ago

kMaiSmith commented 10 months ago

Acceptance Criteria

folkengine commented 10 months ago

https://opentelemetry.io/docs/instrumentation/java/ https://www.jaegertracing.io/

  1. First, we will want to use a text exporter configured in the Java code to verify that we have OTel wired into the Bees.
  2. Once we've verified that we can send out Otel traces, we need to update the config to send the telemetry to a running Jaeger instance.

ACs: