telegraf/plugins/outputs/prometheus_client
Cameron Sparr 03d8abccdd Implement telegraf metric types
And use them in the prometheus output plugin.

Still need to test the prometheus output plugin.

Also need to actually create typed metrics in the system plugins.

closes #1683
2016-09-02 16:35:27 +01:00
..
README.md renaming plugins -> inputs 2016-01-07 15:04:30 -07:00
prometheus_client.go Implement telegraf metric types 2016-09-02 16:35:27 +01:00
prometheus_client_test.go Add precision rounding to accumulator 2016-06-14 00:36:39 +01: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.