View Source API Reference telemetria v0.23.0
Modules
Telemetría
is the opinionated wrapper for :telemetry
(started with v0.19.0
it became agnostic to the actual telemetry backend and supports
OpenTelemetry
out of the box, allowing for more custom implementations of the said backend.)
It provides handy macros to attach telemetry events to any function, private function,
anonymous functions (on per-clause basis) and just random set of expressions.
This behaviour should be implemented by the backend, used for actual telemetry events processing.
The implementation of Telemetria.Backend
for Logger
.
The implementation of Telemetria.Backend
for OpenTelemetry
.
The implementation of Telemetria.Backend
for :telemetry
.
JSON formatter that is aware of Telemetria
metadata.
The behaviour to be implemented by consumers.
Default handler used unless the custom one is specified in config.
The helper allowing quick sending of the telemetry events to the messenger.
Options accepted by Telemetria
.
The Supervisor
managing all the internal bundled telemetry
helpers.