telegraf/plugins/outputs/prometheus_client
Daniel Nelson 1e2d594af0 Converge to typed value in prometheus output (#3104) 2017-08-10 10:19:28 -07:00
..
README.md Change default prometheus_client port (#2973) 2017-06-29 14:03:42 -07:00
prometheus_client.go Converge to typed value in prometheus output (#3104) 2017-08-10 10:19:28 -07:00
prometheus_client_test.go Converge to typed value in prometheus output (#3104) 2017-08-10 10:19:28 -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 = ":9273"

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