telegraf/plugins/outputs/prometheus_client
Daniel Nelson 929ba0a637 Remove label value sanitization in prometheus output (#2939) 2017-06-21 12:36:29 -07:00
..
README.md Update README for Prometheus Client Output (#2452) 2017-06-19 11:04:08 -07:00
prometheus_client.go Remove label value sanitization in prometheus output (#2939) 2017-06-21 12:36:29 -07:00
prometheus_client_test.go Remove label value sanitization in prometheus output (#2939) 2017-06-21 12:36:29 -07:00

README.md

Prometheus Client Service Output Plugin

This plugin starts a Prometheus Client, it exposes all metrics on /metrics to be polled by a Prometheus server.

Configuration

# Publish all metrics to /metrics for Prometheus to scrape
[[outputs.prometheus_client]]
  # Address to listen on
  listen = ":9126"

  # Expiration interval for each metric. 0 == no expiration
  expiration_interval = "60s"