aspects

zio.telemetry.opentracing.OpenTracing.aspects$
object aspects

Attributes

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

Members list

Concise view

Value members

Concrete methods

def inject[C](format: Format[C], carrier: C): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def log(fields: Map[String, _]): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def log(msg: String): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def root(operation: String, tagError: Boolean, logError: Boolean): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def setBaggageItem(key: String, value: String): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def span(operation: String, tagError: Boolean, logError: Boolean): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def spanFrom[C](format: Format[C], carrier: C, operation: String, tagError: Boolean, logError: Boolean): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def tag(key: String, value: String): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def tag(key: String, value: Int): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
def tag(key: String, value: Boolean): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]