A Prometheus exporter that receives StatsD-style metrics and exports them as Prometheus metrics via configurable mapping rules and tagging formats.
StatsD Exporter is a Prometheus exporter that receives StatsD-style metrics and exports them as Prometheus metrics. It acts as a bridge between applications that emit StatsD metrics and Prometheus monitoring systems.
StatsD Exporter supports multiple tagging formats including Librato, InfluxDB, DogStatsD, and SignalFX. It allows flexible metric name and label transformations through configurable mapping rules, enabling you to convert StatsD metrics into meaningful Prometheus metrics with proper labels and naming conventions.
The exporter can handle various StatsD metric types including counters, gauges, timers, histograms, and sets. It provides configuration options for timer and distribution metric handling, and can drop or explicitly map specific metric types based on your needs.
For more details, visit https://github.com/prometheus/statsd_exporter.