zio.telemetry.opentelemetry.context
Members list
Type members
Classlikes
An interface crafted to offer abstraction from the approach of context propagation.
An interface crafted to offer abstraction from the approach of context propagation.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
trait IncomingContextCarrier[T] extends TextMapGetter[T]
The wrapper for the context data from the external process.
object IncomingContextCarrier
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- 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
-
class Objecttrait Matchableclass Any
- Self type
In this article