Skip to content

Releases: jenkinsci/prometheus-plugin

prometheus-2.3.1

04 Sep 16:31
Compare
Choose a tag to compare

🐛 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

03 Sep 11:32
Compare
Choose a tag to compare

🚀 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

05 Jun 16:07
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixing bug with export prometheus configuration with JCasc Plugin. Bugfix/525 (#525) @Waschndolos

prometheus-2.2.2

18 Apr 18:40
Compare
Choose a tag to compare

🐛 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

11 Apr 06:21
Compare
Choose a tag to compare

✍ Other changes

  • Fixing duplicate entry when using "Collect metrics for each run" for running_build_duration_milliseconds (#513) @Waschndolos

prometheus-2.2.0

09 Apr 06:44
Compare
Choose a tag to compare

🚀 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

🐛 Known issues

If you're using the configuration "Collect metrics for each run" wait for 2.2.1

prometheus-2.1.2

24 Mar 06:59
Compare
Choose a tag to compare

🐛 Bug fixes

✍ Other changes

📦 Dependency updates

prometheus-2.1.1

21 Jan 09:43
Compare
Choose a tag to compare

🐛 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

11 Jan 18:00
Compare
Choose a tag to compare

✍ Other changes

📦 Dependency updates

prometheus-2.0.14

25 Dec 15:31
59b4809
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: prometheus-2.0.13...prometheus-2.0.14