elastic / elastic-otel-java

Apache License 2.0
14 stars 11 forks source link

Implement trace context propagation to profiling host agent #104

Closed JonasKunz closed 7 months ago

JonasKunz commented 7 months ago

Part of #44 . Implements the communication from Otel to the profiling host agent from the spec:

Because the thread_local update can happen very frequently (on every Otel context change), I've added a microbenchmark to prove the production-readiness: