mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-09 04:36:05 +10:00
main reasons behind this: - make adding/removing tags cheap - make adding/removing fields cheap - make parsing cheaper - make parse -> decorate -> write out bytes metric flow much faster Refactor serializer to use byte buffer
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.