prometheus-statsd-exporter: add new package

statsd_exporter receives StatsD-style metrics and exports them as Prometheus
metrics.

Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
Andre Heider
2018-12-09 16:51:34 +01:00
parent cd64c54b2b
commit b57f6b1f5e
4 changed files with 113 additions and 0 deletions
@@ -0,0 +1,6 @@
config prometheus-statsd-exporter 'main'
option web_listen_address '127.0.0.1:9102'
option web_telemetry_path '/metrics'
option statsd_listen_udp '127.0.0.1:9125'
option statsd_listen_tcp '127.0.0.1:9125'
option statsd_mapping_config '/etc/prometheus-statsd-exporter.yml'