docs
docs
API
zio.telemetry
opencensus
Attributes
implicits
ErrorMapper
ErrorMapper
Tracing
aspects
Tracing
implicits
opentelemetry
baggage
propagation
BaggagePropagator
BaggagePropagator
Baggage
Baggage
common
Attribute
Attribute
Attributes
context
ContextStorage
ContextStorage
Native
ZIOFiberRef
IncomingContextCarrier
IncomingContextCarrier
OutgoingContextCarrier
OutgoingContextCarrier
logging
Logging
metrics
Counter
Counter
Histogram
Histogram
Meter
Meter
ObservableMeasurement
ObservableMeasurement
UpDownCounter
UpDownCounter
tracing
propagation
TraceContextPropagator
TraceContextPropagator
StatusMapper
StatusMapper
Failure
Result
Success
Tracing
aspects
Tracing
OpenTelemetry
opentracing
OpenTracing
aspects
OpenTracing
docs
/
zio.telemetry
/
zio.telemetry.opencensus
/
Tracing
Tracing
zio.telemetry.opencensus.Tracing
See the
Tracing
companion object
trait
Tracing
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Tracing
Members list
Clear all
Type members
Classlikes
object
aspects
Attributes
Supertypes
class
Object
trait
Matchable
class
Any
Self type
aspects
.type
Value members
Abstract methods
def
fromRemoteSpan
[
R
,
E
,
E1
<:
E
,
A
](
remote
:
SpanContext
,
name
:
String
,
kind
:
Kind
,
toErrorStatus
:
ErrorMapper
[
E
],
attributes
:
Map
[
String
,
AttributeValue
])(
zio
:
=>
ZIO
[
R
,
E1
,
A
])(
implicit
trace
:
Trace
):
ZIO
[
R
,
E1
,
A
]
def
fromRootSpan
[
C
,
R
,
E
,
E1
<:
E
,
A
](
format
:
TextFormat
,
carrier
:
C
,
getter
:
Getter
[
C
],
name
:
String
,
kind
:
Kind
,
toErrorStatus
:
ErrorMapper
[
E
],
attributes
:
Map
[
String
,
AttributeValue
])(
zio
:
=>
ZIO
[
R
,
E1
,
A
])(
implicit
trace
:
Trace
):
ZIO
[
R
,
E1
,
A
]
def
getCurrentSpan
:
UIO
[
Span
]
def
inject
[
C
](
format
:
TextFormat
,
carrier
:
C
,
setter
:
Setter
[
C
])(
implicit
trace
:
Trace
):
UIO
[
Unit
]
def
putAttributes
(
attrs
:
Map
[
String
,
AttributeValue
])(
implicit
trace
:
Trace
):
UIO
[
Unit
]
def
root
[
R
,
E
,
E1
<:
E
,
A
](
name
:
String
,
kind
:
Kind
,
toErrorStatus
:
ErrorMapper
[
E
],
attributes
:
Map
[
String
,
AttributeValue
])(
zio
:
=>
ZIO
[
R
,
E1
,
A
])(
implicit
trace
:
Trace
):
ZIO
[
R
,
E1
,
A
]
def
span
[
R
,
E
,
E1
<:
E
,
A
](
name
:
String
,
kind
:
Kind
,
toErrorStatus
:
ErrorMapper
[
E
],
attributes
:
Map
[
String
,
AttributeValue
])(
zio
:
=>
ZIO
[
R
,
E1
,
A
])(
implicit
trace
:
Trace
):
ZIO
[
R
,
E1
,
A
]
In this article
Attributes
Members list
Type members
Classlikes
Value members
Abstract methods