OpenTracing

zio.telemetry.opentracing.OpenTracing
See theOpenTracing companion object
trait OpenTracing

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object aspects

Attributes

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

Value members

Abstract methods

def error(span: Span, cause: Cause[_], tagError: Boolean, logError: Boolean)(implicit trace: Trace): UIO[Unit]
def finish(span: Span)(implicit trace: Trace): UIO[Unit]
def getBaggageItem(key: String)(implicit trace: Trace): UIO[Option[String]]
def getCurrentSpanUnsafe(implicit trace: Trace): UIO[Span]
def inject[C](format: Format[C], carrier: C)(implicit trace: Trace): UIO[Unit]
def log(fields: Map[String, _])(implicit trace: Trace): UIO[Unit]
def log(msg: String)(implicit trace: Trace): UIO[Unit]
def root[R, E, A](operation: String, tagError: Boolean, logError: Boolean)(zio: => ZIO[R, E, A])(implicit trace: Trace): ZIO[R, E, A]
def setBaggageItem(key: String, value: String)(implicit trace: Trace): UIO[Unit]
def span[R, E, A](operation: String, tagError: Boolean, logError: Boolean)(zio: => ZIO[R, E, A])(implicit trace: Trace): ZIO[R, E, A]
def spanFrom[R, E, S, C](format: Format[C], carrier: C, operation: String, tagError: Boolean, logError: Boolean)(zio: => ZIO[R, E, S])(implicit trace: Trace): ZIO[R, E, S]
def tag(key: String, value: String)(implicit trace: Trace): UIO[Unit]
def tag(key: String, value: Int)(implicit trace: Trace): UIO[Unit]
def tag(key: String, value: Boolean)(implicit trace: Trace): UIO[Unit]