elastic / elastic-otel-java

Apache License 2.0
8 stars 7 forks source link

Add field-backed storage for SpanValues #177

Closed JonasKunz closed 3 months ago

JonasKunz commented 3 months ago

This PR adds a new $elasticSpanValues field to the SdkSpan class of our agent distro at build time. This field will then be used for more efficient storage of SpanValues instead of using a WeakConcurrentHashMap.