|
Quick Links: |
Provide an interface representing a span of a distributed trace. More...
Namespaces | |
| namespace | bmqpi |
| bmqpi::DTSpan | Interface for a span of a distributed trace. |
| bmqpi::DTSpan::Baggage | A set of key-values used to describe a DTSpan. |
bmqpi::DTSpan is a pure interface representing a node within a distributed trace graph (which forms a DAG with edges as invocations).
bmqpi::DTSpan::Baggage represents a set of key-values used to describe metadata belonging to a DTSpan. The phrase "baggage" is borrowed from the OpenTelemetry standard's terminology.
1.7.1