Versions Compared

Key

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

...

Any events logged using theĀ Span.log() methods are ignored and will not be reported nor visualized in any form in the inspectIT UI.

Single parent context reference possible

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.

Overview on main interfaces / classes

...