Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The inspectIT provides the opentracing.io API implementation as part of it's inspectit.agent.java.sdk project. This page provides user guide and implementation details.

...

The opentracing.io specification allows a span to reference more than one parent span. This is currently limited in inspectIT implementation as span always have one direct parent reference and it will be the one to the first referred parent. However, the baggage from all referred parent contexts is propagated with the span as expected. The inspectIT Tracer may change this in future in order to align with to the specification.

Overview on main interfaces / classes

...