zio.telemetry.opentelemetry.context.IncomingContextCarrier
See theIncomingContextCarrier companion object The wrapper for the context data from the external process.
Attributes
- Companion:
- object
- Graph
- Supertypes
Members list
Concise view
Value members
Scala API for the keys method.
Scala API for the keys method.
Attributes
- carrier
the context data
- Returns:
all the keys saved in the current context
Scala API for the get method.
Scala API for the get method.
Attributes
- carrier
the context data
- Returns:
optional value by the given key saved in the current context
Attributes
- Definition Classes
Attributes
- Definition Classes
The data to be injected/extracted into/from the current context
The data to be injected/extracted into/from the current context
Attributes
- Inherited from:
- ContextCarrier (hidden)