API Reference telemetric_events v0.2.0
Modules
Changes the logging and metric paradigm to event emission rather than the modules taking care of their own logging and metrics. Uses :telemetry to receive the events and route them to different handlers. Combines Logger and Prometheus to process the events.
A behaviour to handle Prometheus observations along with default behaviour.
To use the default behaviour simply call use TelemetricEvents.Prometheus
,
otherwise implement the callbacks like you would do with any behaviour.