implicit final class OpenTracingZioOps[-R, +E, +A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenTracingZioOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log(fields: Map[String, _]): ZIO[R with Service, E, A]
- def log(msg: String): ZIO[R with Service, E, A]
- def root(operation: String, tagError: Boolean = true, logError: Boolean = true): ZIO[R with Service, E, A]
- def setBaggageItem(key: String, value: String): ZIO[R with Service, E, A]
- def span(operation: String, tagError: Boolean = true, logError: Boolean = true): ZIO[R with Service, E, A]
- def spanFrom[R1 <: R with Service, C <: AnyRef](format: Format[C], carrier: C, operation: String, tagError: Boolean = true, logError: Boolean = true): ZIO[R1, E, A]
- def tag(key: String, value: Boolean): ZIO[R with Service, E, A]
- def tag(key: String, value: Int): ZIO[R with Service, E, A]
- def tag(key: String, value: String): ZIO[R with Service, E, A]
-
def
toString(): String
- Definition Classes
- Any
- val zio: ZIO[R, E, A]