OpenTracingZioOps

final implicit
class OpenTracingZioOps[-R, +E, +A](val zio: ZIO[R, E, A]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def log(msg: String): ZIO[R & Service, E, A]
def log(fields: Map[String, _]): ZIO[R & Service, E, A]
def root(operation: String, tagError: Boolean, logError: Boolean): ZIO[R & Service, E, A]
def setBaggageItem(key: String, value: String): ZIO[R & Service, E, A]
def span(operation: String, tagError: Boolean, logError: Boolean): ZIO[R & Service, E, A]
def spanFrom[R1 <: R & Service, C <: Object](format: Format[C], carrier: C, operation: String, tagError: Boolean, logError: Boolean): ZIO[R1, E, A]
def tag(key: String, value: String): ZIO[R & Service, E, A]
def tag(key: String, value: Int): ZIO[R & Service, E, A]
def tag(key: String, value: Boolean): ZIO[R & Service, E, A]

Concrete fields

val zio: ZIO[R, E, A]