c7834209d2
in this commit: - centralize logging output handler. - set global Info/Debug/Error log levels based on config file or flags. - remove per-plugin debug arg handling. - add a I!, D!, or E! to every log message. - add configuration option to specify where to send logs. closes #1786 |
||
---|---|---|
.. | ||
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.