zio.telemetry.opentelemetry.context
Members list
Type members
Classlikes
trait ContextStorage
object ContextStorage
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ContextStorage.type
trait IncomingContextCarrier[T] extends TextMapGetter[T]
The wrapper for the context data from the external process.
object IncomingContextCarrier
Attributes
- Companion
- trait
- Supertypes
- Self type
trait OutgoingContextCarrier[T] extends TextMapSetter[T]
The wrapper for the context data to propagate to an external process.
The wrapper for the context data to propagate to an external process.
Type parameters
- T
-
must be mutable
Attributes
- Companion
- object
- Supertypes
object OutgoingContextCarrier
Attributes
- Companion
- trait
- Supertypes
- Self type
In this article