mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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'
|
||||
Reference in New Issue
Block a user