Support for opentracing 0.32.0

Please add support for opentracing 0.32.0, that version brings improvements, specifically the ability to obtain the traceId and the spantId using the SpanContext Interface, example:

io.opentracing.Span span = tracer.activeSpan().context();
span.toTraceId();
span.toSpanId();

APM Agent language and version:
apm-opentracing: 1.6.1
elastic-apm-agent: 1.6.1
apm-agent-attach: 1.6.1

Hi and welcome to the forum :slightly_smiling_face:.

Please open a GitHub issue in the Java agent repo for that. It wouldn't guarantee that this will happen right away, but it will be good for us in order to track and will give other users the chance to upvote.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.