core-telemetry-0.2.9.1: Advanced telemetry
Safe HaskellSafe-Inferred
LanguageHaskell2010

Core.Telemetry

Description

Support for building observability into your program by marking spans and sub-spans, forming them into traces, and sending them to a backend capable of ingesting such telemetry and performing analysis on it.

This is intended to be used directly:

import Core.Telemetry

the submodules are mostly there to group documentation, along with grouping the implementations for each of the different supported backends.

Synopsis

Traces and Spans

Adding observability tracing to your program.

Exporting to backends

Processors to export telemetry to a backend.

Internals

Various helper functions.