fluent / fluent-plugin-prometheus

A fluent plugin that collects metrics and exposes for Prometheus.
Apache License 2.0
258 stars 79 forks source link

add more metrics #107

Closed kazegusuri closed 5 years ago

kazegusuri commented 5 years ago

Signed-off-by: Masahiro Sano sabottenda@gmail.com

It seems fluentd supports more metrics for Buffer. From Fluent v1.16.0 by this PR https://github.com/fluent/fluentd/pull/2450, in_monitor_agent plugin gets the statistics from each plugin.

Now prometheus_output_monitor plugin gets almost all metrics from them via monitor_agent. So it should be the same behavior of prometheus_monitor actually... Anyway those metrics are supported only in prometheus_output_monitor for now.