-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fix dovecot regression in #9415 #9429
Conversation
Thanks for the PR! This appears to fix the issue for me. Before this patch:
After this patch:
|
Here's the full output.. telegraf 1.18.3
telegraf 1.19.0
This PR.
|
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
Latest update looks good.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this PR works the same as before the linter change so we should take it to fix the regression.
We should investigate whether dovecot provides a newer metric api (this is called the "old" api in dovecot docs) that is easier to use and doesn't require ignoring the timeout
(cherry picked from commit e4bd01e)
resolves #9415
This PR tries to resolve the regression above.