object OpenTracing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenTracing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def context: URIO[Service, SpanContext]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBaggageItem(key: String): URIO[Service, Option[String]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inject[C <: AnyRef](format: Format[C], carrier: C): URIO[Service, Unit]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def live(tracer: Tracer, rootOperation: String = "ROOT"): ULayer[Service]
- def log[R, E, A](zio: ZIO[R, E, A], msg: String): ZIO[R with Service, E, A]
- def log[R, E, A](zio: ZIO[R, E, A], fields: Map[String, _]): ZIO[R with Service, E, A]
- def log(fields: Map[String, _]): URIO[Service, Unit]
- def log(msg: String): URIO[Service, Unit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val noop: ULayer[Service]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def root[R, E, A](zio: ZIO[R, E, A], operation: String, tagError: Boolean = false, logError: Boolean = false): ZIO[R with Service, E, A]
- def scoped(tracer0: Tracer, rootOperation: String): URIO[Scope, Service]
- def setBaggageItem(key: String, value: String): URIO[Service, Unit]
- def setBaggageItem[R, E, A](zio: ZIO[R, E, A], key: String, value: String): ZIO[R with Service, E, A]
- def span[R, E, A](zio: ZIO[R, E, A], operation: String, tagError: Boolean = false, logError: Boolean = false): ZIO[R with Service, E, A]
- def spanFrom[R, R1 <: R with Service, E, Span, C <: AnyRef](format: Format[C], carrier: C, zio: ZIO[R, E, Span], operation: String, tagError: Boolean = true, logError: Boolean = true): ZIO[R1, E, Span]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tag(key: String, value: Boolean): URIO[Service, Unit]
- def tag(key: String, value: Int): URIO[Service, Unit]
- def tag(key: String, value: String): URIO[Service, Unit]
- def tag[R, E, A](zio: ZIO[R, E, A], key: String, value: Boolean): ZIO[R with Service, E, A]
- def tag[R, E, A](zio: ZIO[R, E, A], key: String, value: Int): ZIO[R with Service, E, A]
- def tag[R, E, A](zio: ZIO[R, E, A], key: String, value: String): ZIO[R with Service, E, A]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()