Incubating v0.1.0
Telemetry Reporter
TelemetryReporter is a transport-agnostic telemetry batching library for Elixir/BEAM apps. It uses Pachka for efficient size/time batch flushing, drops on overload to protect…
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 0
- All-time downloads: 0
- Maintainers: nshkrdotcom
Installation
Add telemetry_reporter to your list of dependencies in mix.exs:
def deps do
[
{:telemetry_reporter, "~> 0.1.0"}
]
endThen run:
mix deps.get