io.janstenpickle.trace4cats.inject

Type members

Classlikes

trait EntryPoint[F[_]]

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

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

Companion:
object
object EntryPoint
Companion:
class
trait Trace[F[_]]

A tracing effect, which always has a current span.

A tracing effect, which always has a current span.

Companion:
object
Companion:
class

Types

type ResourceKleisli[F[_], -In, +Out] = Kleisli[[_] =>> Resource[F, _$2], In, Out]