Expand description
Invocation context support
Structs§
- Attribute
- An attribute of a span
- Attribute
Chain - A chain of attribute values, the first element representing the most recent value
- Invocation
Context - Represents an invocation context wich allows querying the stack of attributes created by automatic and user-defined spans.
- Span
- Represents a unit of work or operation
Enums§
- Attribute
Value - Possible span attribute value types
Functions§
- allow_
forwarding_ trace_ context_ headers - Allows or disallows forwarding of trace context headers in outgoing HTTP requests
- current_
context - Gets the current invocation context
- start_
span - Starts a new
span
with the given name, as a child of the current invocation context