aspects

object aspects
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromRemoteSpan[E1](remote: SpanContext, name: String, kind: Kind, toErrorStatus: ErrorMapper[E1], attributes: Map[String, AttributeValue]): ZIOAspect[Nothing, Any, E1, E1, Nothing, Any]
def fromRootSpan[C, E1](format: TextFormat, carrier: C, getter: Getter[C], name: String, kind: Kind, toErrorStatus: ErrorMapper[E1], attributes: Map[String, AttributeValue]): ZIOAspect[Nothing, Any, E1, E1, Nothing, Any]
def inject[C](format: TextFormat, carrier: C, setter: Setter[C]): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def root[E1](name: String, kind: Kind, toErrorStatus: ErrorMapper[E1], attributes: Map[String, AttributeValue]): ZIOAspect[Nothing, Any, E1, E1, Nothing, Any]
def span[E1](name: String, kind: Kind, toErrorStatus: ErrorMapper[E1], attributes: Map[String, AttributeValue]): ZIOAspect[Nothing, Any, E1, E1, Nothing, Any]
def withAttributes(attrs: (String, AttributeValue)*): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]