Releases: jenkinsci/prometheus-plugin
Releases Β· jenkinsci/prometheus-plugin
prometheus-2.3.2
π Bug fixes
- Removing unnecessary warning logging (#551) @Waschndolos
- Apply Metric Filter on all external metrics (#554) @Waschndolos
prometheus-2.3.1
π Bug fixes
- Fixing extensive Logging when coverage-api plugin is not installed (#548) @Waschndolos
π¦ Dependency updates
- Bump io.jenkins.tools.bom:bom-2.387.x from 2329.v078520e55c19 to 2401.v7a_d68f8d0b_09 (#547) @dependabot
- Bump actions/checkout from 3.4.0 to 3.6.0 (#543) @dependabot
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#546) @dependabot
prometheus-2.3.0
π New features and improvements
- New feature to disable certain metrics calculated by this plugin (Note: not for the ones calculated by metrics plugin) (#516) @Waschndolos
- Adding metrics for code coverage (#494) @Waschndolos
β Other changes
- Quite big refactoring of the code to make it more testable (#534) @Waschndolos
- It was tested in various production ready environments with before and afterwards comparison. But you know, things can happen.. so in case you find any difference compared to v2.2.3 please raise a ticket with the old metric name with isn't named correctly so it can be fixed for all.
Requirements
Jenkins 2.387.3
prometheus-2.2.3
π Bug fixes
- Fixing bug with export prometheus configuration with JCasc Plugin. Bugfix/525 (#525) @Waschndolos
prometheus-2.2.2
π Bug fixes
- Fixing bug where default_jenkins_builds_running_build_duration_milliseconds is displayed for a run which was already over. Bugfix/515 (#517) @Waschndolos
prometheus-2.2.1
β Other changes
- Fixing duplicate entry when using "Collect metrics for each run" for running_build_duration_milliseconds (#513) @Waschndolos
prometheus-2.2.0
π New features and improvements
- Adding metric which indicates the runtime of the current build. Can be used to monitor long running jobs (#510) @Waschndolos
default_jenkins_builds_running_build_duration_milliseconds
- Adding NbBuildsGauge which collects the number of available builds per job (#509) @Waschndolos
default_jenkins_builds_available_builds_count
- Adding metric which indicates if the build discarder is active
default_jenkins_builds_discard_active
π¦ Dependency updates
- Requires Jenkins 2.361.4
- Bump actions/checkout from 3.3.0 to 3.4.0 (#497) @dependabot
- Bump codacy/codacy-analysis-cli-action from 4.1.0 to 4.3.0 (#496) @dependabot
- Bump slf4j-api from 2.0.5 to 2.0.7 (#498) @dependabot
π Known issues
If you're using the configuration "Collect metrics for each run" wait for 2.2.1
prometheus-2.1.2
π Bug fixes
- Calling save in Setter leads to ProvisionException (#495) @Waschndolos
β Other changes
- Adding documentation (#492) @Waschndolos
π¦ Dependency updates
- Bump assertj-core from 3.24.1 to 3.24.2 (#485) @dependabot
prometheus-2.1.1
π Bug fixes
- Bugfix - Collect Disk Usage is stored correctly (#483) @Waschndolos
NOTE: The Environment variable COLLECT_DISK_USAGE takes the lead. If it's set to a valid boolean parameter this configuration wins. Otherwise the configured value over the Jenkins configuration page is taken. If the Environment variable is set, then the configuration item in the Jenkins page is disabled.
prometheus-2.1.0
β Other changes
- Fixing hpi build (#480) @Waschndolos
- Fixing javadoc creation @Waschndolos
π¦ Dependency updates
- Bump assertj-core from 3.22.0 to 3.24.1 (#478) @dependabot
- Bump actions/checkout from 3.1.0 to 3.3.0 (#479) @dependabot