We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plugin version 795.v995762102f28
Linux
Job metrics for disabled jobs should not be collected?
Job metrics are collected
Is this line backwards?
https://github.com/jenkinsci/prometheus-plugin/blob/master/src/main/java/org/jenkinsci/plugins/prometheus/JobCollector.java#L160
Should it be !processDisabledJobs or am I misunderstanding the feature?
!processDisabledJobs
No response
The text was updated successfully, but these errors were encountered:
From my first look into it you could be right yeah. I'll check. Good catch :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Jenkins and plugins versions report
Environment
plugin version 795.v995762102f28
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux
Reproduction steps
Expected Results
Job metrics for disabled jobs should not be collected?
Actual Results
Job metrics are collected
Anything else?
Is this line backwards?
https://github.com/jenkinsci/prometheus-plugin/blob/master/src/main/java/org/jenkinsci/plugins/prometheus/JobCollector.java#L160
Should it be
!processDisabledJobs
or am I misunderstanding the feature?Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: