elastic / elastic-otel-java

Apache License 2.0
14 stars 12 forks source link

Moved implementation of `code.stacktrace` into separate processor #144

Closed JonasKunz closed 7 months ago

JonasKunz commented 7 months ago

In addition, made it configurable via ELASTIC_OTEL_SPAN_STACK_TRACE_MIN_DURATION with the same default as in our old agent (5ms).

Also this should remove the race condition where code.stacktrace is not present because the exporter was executed before our span processor.