natchez
package natchez
- Alphabetic
- Public
- All
Type Members
-
trait
EntryPoint[F[_]] extends AnyRef
An entry point, for creating root spans or continuing traces that were started on another system.
-
trait
Fields extends AnyRef
Mixin trait for exceptions that provide trace data.
Mixin trait for exceptions that provide trace data. This allows exception data to be recorded for spans that fail.
-
final
case class
Kernel(toHeaders: Map[CIString, String]) extends Product with Serializable
An opaque hunk of data that we can hand off to another system (in the form of HTTP headers), which can then create new spans as children of this one.
An opaque hunk of data that we can hand off to another system (in the form of HTTP headers), which can then create new spans as children of this one. By this mechanism we allow our trace to span remote calls.
-
trait
Span[F[_]] extends AnyRef
An span that can be passed around and used to create child spans.
-
trait
Trace[F[_]] extends AnyRef
A tracing effect, which always has a current span.
- sealed trait TraceValue extends Product with Serializable
-
trait
TraceableValue[A] extends AnyRef
A lawless typeclass responsible for converting a value of the type parameter
A
to Natchez'sTraceValue
.A lawless typeclass responsible for converting a value of the type parameter
A
to Natchez'sTraceValue
.You may want to use this to customize the formatting of a value before attaching it to a span, or to support adding tracing as a cross-cutting concern using aspect-oriented programming from a library such as cats-tagless.
- A
The type to be converted to
TraceValue
Value Members
- object Kernel extends Serializable
- object Span
- object Tags
- object Trace
- object TraceValue extends Serializable
- object TraceableValue