fluent / fluent-plugin-prometheus

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

Follow Fluentd's core metrics mechanism change #191

Closed cosmo0920 closed 3 years ago

cosmo0920 commented 3 years ago

With metrics plugin extension, output metrics should be put in monitor_info not instance variables.

Instance variables: num_errors, write_count, emit_count, emit_records, rollback_count, flush_time_count, slow_flush_count are gone after Fluentd's metrics plugin mechanism is enabled.

Signed-off-by: Hiroshi Hatake hatake@calyptia.com