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
.