aspects

zio.telemetry.opencensus.Tracing.aspects
object aspects

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
aspects.type

Members list

Value members

Concrete methods

def fromRemoteSpan[E](remote: SpanContext, name: String, kind: Kind, toErrorStatus: ErrorMapper[E], attributes: Map[String, AttributeValue]): ZIOAspect[Nothing, Any, Nothing, E, Nothing, Any]
def fromRootSpan[C, E](format: TextFormat, carrier: C, getter: Getter[C], name: String, kind: Kind, toErrorStatus: ErrorMapper[E], attributes: Map[String, AttributeValue]): ZIOAspect[Nothing, Any, Nothing, E, Nothing, Any]
def root[E](name: String, kind: Kind, toErrorStatus: ErrorMapper[E], attributes: Map[String, AttributeValue]): ZIOAspect[Nothing, Any, Nothing, E, Nothing, Any]
def span[E](name: String, kind: Kind, toErrorStatus: ErrorMapper[E], attributes: Map[String, AttributeValue]): ZIOAspect[Nothing, Any, Nothing, E, Nothing, Any]