Packages

object OpenTracing

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenTracing
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Service extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def context: URIO[Service, SpanContext]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getBaggageItem(key: String): URIO[Service, Option[String]]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def inject[C <: AnyRef](format: Format[C], carrier: C): URIO[Service, Unit]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def live(tracer: Tracer, rootOperation: String = "ROOT"): ULayer[Service]
  16. def log[R, E, A](zio: ZIO[R, E, A], msg: String): ZIO[R with Service, E, A]
  17. def log[R, E, A](zio: ZIO[R, E, A], fields: Map[String, _]): ZIO[R with Service, E, A]
  18. def log(fields: Map[String, _]): URIO[Service, Unit]
  19. def log(msg: String): URIO[Service, Unit]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. lazy val noop: ULayer[Service]
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def root[R, E, A](zio: ZIO[R, E, A], operation: String, tagError: Boolean = false, logError: Boolean = false): ZIO[R with Service, E, A]
  25. def scoped(tracer0: Tracer, rootOperation: String): URIO[Scope, Service]
  26. def setBaggageItem(key: String, value: String): URIO[Service, Unit]
  27. def setBaggageItem[R, E, A](zio: ZIO[R, E, A], key: String, value: String): ZIO[R with Service, E, A]
  28. def span[R, E, A](zio: ZIO[R, E, A], operation: String, tagError: Boolean = false, logError: Boolean = false): ZIO[R with Service, E, A]
  29. 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]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def tag(key: String, value: Boolean): URIO[Service, Unit]
  32. def tag(key: String, value: Int): URIO[Service, Unit]
  33. def tag(key: String, value: String): URIO[Service, Unit]
  34. def tag[R, E, A](zio: ZIO[R, E, A], key: String, value: Boolean): ZIO[R with Service, E, A]
  35. def tag[R, E, A](zio: ZIO[R, E, A], key: String, value: Int): ZIO[R with Service, E, A]
  36. def tag[R, E, A](zio: ZIO[R, E, A], key: String, value: String): ZIO[R with Service, E, A]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped