metrics-exporter-dogstatsd

Crates.iometrics-exporter-dogstatsd
lib.rsmetrics-exporter-dogstatsd
version0.8.0
sourcesrc
created_at2022-07-21 16:27:55.797505
updated_at2023-05-31 16:10:20.709756
descriptionA metrics-compatible exporter for sending metrics to Statsd/Dogstatsd.
homepagehttps://github.com/dialtone/metrics-exporter-dogstatsd
repositoryhttps://github.com/dialtone/metrics-exporter-dogstatsd
max_upload_size
id629739
size85,927
Valentino Volonghi (dialtone)

documentation

https://docs.rs/metrics-exporter-dogstatsd

README

metrics-exporter-dogstatsd

metrics-exporter-dogstatsd is a metrics-compatible exporter that aggregates metrics and pushes them to a statsd/dogstatsd agent.

A good chunk of this code is taken from the Prometheus exporter with some important changes in behavior.

Compared with other statsd metrics systems like cadence or metrics-exporter-statsd, this crate is fully asynchronous in how it communicates data to the statsd agent via Tokio. This crate also pre-aggregates all of the metrics and communicates them to the agent on an interval limiting the amount of network traffic and system calls.

This crate takes full advantage of atomics and the performance of the metrics crate.

Commit count: 58

cargo fmt