d7efb7a71d
Adding precision rounding to the accumulator. This means that now every input metric will get rounded at collection, rather than at write (and only for the influxdb output). This feature is disabled for service inputs, because service inputs should be in control of their own timestamps & precisions. |
||
---|---|---|
.. | ||
README.md | ||
prometheus_client.go | ||
prometheus_client_test.go |
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.