-
Notifications
You must be signed in to change notification settings - Fork 141
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
Missing metrics #95
Comments
I'm seeing the same thing, is there anything I can check? |
Same here... |
It turns out the issue was only with the version packaged for Ubuntu (prometheus-postfix-exporter:0.3.0-1). When we built from source, we got all of the expected metrics. |
Something similar happened to us, we ended up building from master (it has some nice fixes compared to the latest release). (We also updated Postfix, but that isn't relevant here) Now most if not all the metrics are populated correctly. |
This is likely due to the broken systemd-journal support in postfix_exporter, which is the default method of reading the Postfix log in the Debian / Ubuntu package of prometheus-postfix-exporter. See #55. If you reconfigure your packaged exporter to read from /var/log/mail.log instead, I expect it will work for you. |
I've installed this across a number of machines and consistently found a number of metrics aren't being returned including
smtp_messages_processed_total
.The text was updated successfully, but these errors were encountered: