fluent / fluent-plugin-prometheus

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

Add fluentd input count metrics #199

Closed aslafy-z closed 1 month ago

aslafy-z commented 2 years ago

I could not find any metric that shows how much records fluentd was receiving. Am I missing something?

avivgold098 commented 2 years ago

Can use this example - with a filter of ** to count incoming data https://docs.fluentd.org/monitoring-fluentd/monitoring-prometheus#step-1-counting-incoming-records-by-prometheus-filter-plugin

Athishpranav2003 commented 1 month ago

@aslafy-z i guess what @avivgold098 mentioned is correct. Could you close this issue ?

aslafy-z commented 1 month ago

Thank you @avivgold098 @Athishpranav2003