kumina / dovecot_exporter

Prometheus metrics exporter for Dovecot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEATURE: maybe have a configurable option not to send '0' values

f1-outsourcing opened this issue · comments

There is a lot of 0 reported, maybe it is good not to log them since reporting/graphing tools already have a previous 0 option when there is no sample. Saves in my case 30% every scrape.

[@~]# grep ' 0$' exporter-output | wc -l
2276
[@~]# wc -l exporter-output
7766 exporter-output