Branch: refs/heads/master
Home: https://github.com/jenkinsci/prometheus-plugin
Commit: bb13f61d590c257e6263adb17ea1cb897a2b77d8
https://github.com/jenkinsci/prometheus-plugin/commit/bb13f61d590c257e6263adb17ea1cb897a2b77d8
Author: Tom Wieczorek <[email protected]>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/prometheus/DiskUsageCollector.java
Log Message:
-----------
Don't export disk usage metrics of orphaned items
Before this change, the gauges for Jenkins disk usage were cached
forever. The disk usage plugin prunes old items from time to time, but
the metrics previously collected into the gauges are not affected in any
way by this. The easiest way not to export no-longer-existing items is
to just recreate the gauges every time for every call to collect().
Commit: 25b9a19394b617fbdfddf82ccedd434443b8f6e3
https://github.com/jenkinsci/prometheus-plugin/commit/25b9a19394b617fbdfddf82ccedd434443b8f6e3
Author: Marky Jackson <[email protected]>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/prometheus/DiskUsageCollector.java
Log Message:
-----------
Merge pull request #298 from twz123/dont-export-orphaned-disk-usage-metrics
Compare:
https://github.com/jenkinsci/prometheus-plugin/compare/d895f4331206...25b9a19394b6
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/prometheus-plugin/push/refs/heads/master/d895f4-25b9a1%40github.com.