zio.telemetry.opentelemetry.context.IncomingContextCarrier
See theIncomingContextCarrier companion object
The wrapper for the context data from the external process.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Scala API for the keys method.
Scala API for the keys method.
Value parameters
-
carrier
-
the context data
Attributes
-
Returns
-
all the keys saved in the current context
Scala API for the get method.
Scala API for the get method.
Value parameters
-
carrier
-
the context data
Attributes
-
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)