trait EntryPoint[F[_]] extends AnyRef

An entry point, for creating root spans or continuing traces that were started on another system.

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

Abstract Value Members

  1. abstract def continueOrElseRoot(name: String, kind: SpanKind, headers: TraceHeaders, errorHandler: ErrorHandler): Resource[F, Span[F]]
  2. abstract def root(name: String, kind: SpanKind, errorHandler: ErrorHandler): Resource[F, Span[F]]

Concrete 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 continueOrElseRoot(name: String, kind: SpanKind, headers: TraceHeaders): Resource[F, Span[F]]
  7. def continueOrElseRoot(name: String, headers: TraceHeaders): Resource[F, Span[F]]

    Resource that attempts to creates a new child span but falls back to a new root span as with root if the headers do not contain the required values.

    Resource that attempts to creates a new child span but falls back to a new root span as with root if the headers do not contain the required values. In other words, we continue the existing span if we can, otherwise we start a new one.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def mapK[G[_]](fk: ~>[F, G])(implicit F: MonadCancelThrow[F], G: MonadCancelThrow[G]): EntryPoint[G]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def root(name: String, kind: SpanKind): Resource[F, Span[F]]
  19. def root(name: String): Resource[F, Span[F]]

    Resource that creates a new root span in a new trace.

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toKleisli: ResourceKleisli[F, SpanParams, Span[F]]
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped