docs
docs
API
zio.telemetry
opencensus
Attributes
implicits
ErrorMapper
ErrorMapper
Tracing
aspects
Tracing
implicits
opentelemetry
baggage
propagation
BaggagePropagator
BaggagePropagator
Baggage
Baggage
context
ContextStorage
ContextStorage
IncomingContextCarrier
IncomingContextCarrier
OutgoingContextCarrier
OutgoingContextCarrier
tracing
propagation
TraceContextPropagator
TraceContextPropagator
ErrorMapper
ErrorMapper
Tracing
aspects
Tracing
opentracing
OpenTracing
aspects
OpenTracing
docs
/
zio.telemetry
/
zio.telemetry.opentelemetry
/
zio.telemetry.opentelemetry.context
/
ContextStorage
ContextStorage
zio.telemetry.opentelemetry.context.ContextStorage
See the
ContextStorage
companion object
trait
ContextStorage
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
get
(
implicit
trace
:
Trace
):
UIO
[
Context
]
def
getAndSet
(
context
:
Context
)(
implicit
trace
:
Trace
):
UIO
[
Context
]
def
locally
[
R
,
E
,
A
](
context
:
Context
)(
zio
:
ZIO
[
R
,
E
,
A
])(
implicit
trace
:
Trace
):
ZIO
[
R
,
E
,
A
]
def
locallyScoped
(
context
:
Context
)(
implicit
trace
:
Trace
):
ZIO
[
Scope
,
Nothing
,
Unit
]
def
set
(
context
:
Context
)(
implicit
trace
:
Trace
):
UIO
[
Unit
]
def
updateAndGet
(
f
:
Context
=>
Context
)(
implicit
trace
:
Trace
):
UIO
[
Context
]
In this article
Attributes
Members list
Value members
Abstract methods