elastic / elastic-otel-java

Apache License 2.0
14 stars 11 forks source link

Added local root propagation to universal profiler #117

Closed JonasKunz closed 6 months ago

JonasKunz commented 7 months ago

Resolves the open TODO: propagate the local root span ID to the universal profiler, part of #44.

I've rerun the benchmarks, showing an increase of about ~10ns per activation/deactivation: According to JFR this time comes mostly from the WeakHashMap lookup, as expected.