telegraf/outputs/prometheus_client
Cameron Sparr 2be7fc072f Don't use panic-happy prometheus client With() function
Deals with part of #405, although it doesn't deal with the underlying
label error that is occuring.
2015-12-01 10:21:36 -07:00
..
README.md Add prometheus_client service output module, update prometheus client 2015-10-28 15:28:39 -06:00
prometheus_client.go Don't use panic-happy prometheus client With() function 2015-12-01 10:21:36 -07:00
prometheus_client_test.go Make Prometheus output tests skipped in short mode. 2015-12-01 09:45:25 -07:00

README.md

Prometheus Client Service Output Plugin

This plugin starts a Prometheus Client, listening on a port defined in the configuration file.

It exposes all metrics on /metrics to be polled by a Prometheus server.