Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
f1-outsourcing opened this issue Dec 28, 2020 · 0 comments
Open

Comments

@f1-outsourcing
Copy link

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
davidferlay added a commit to skilld-labs/dovecot_exporter that referenced this issue Feb 23, 2023
alecthomas/kingpin has recently changed where the package is hosted.
This has the consequence to make "go mod tidy" in dovecot_exporter to fail with error : 

kumina#15 0.425 go: dovecot_exporter imports
kumina#15 0.425 	gopkg.in/alecthomas/kingpin.v2: gopkg.in/alecthomas/[email protected]: parsing go.mod:
kumina#15 0.425 	module declares its path as: github.com/alecthomas/kingpin/v2
kumina#15 0.425 	        but was required as: gopkg.in/alecthomas/kingpin.v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant