optimise prometheus scraping workflow#13650
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #13650 +/- ##
=========================================
Coverage 16.26% 16.26%
- Complexity 13435 13437 +2
=========================================
Files 5667 5667
Lines 500731 500732 +1
Branches 60803 60804 +1
=========================================
+ Hits 81430 81436 +6
+ Misses 410197 410189 -8
- Partials 9104 9107 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@blueorangutan package |
|
@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18617 |
|
@blueorangutan test |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-16593)
|
| public void updateMetrics() { | ||
| final List<Item> latestMetricsItems = new ArrayList<Item>(); | ||
| try { | ||
| // NOTE: capacity data is refreshed independently by AlertManagerImpl's own |
There was a problem hiding this comment.
Nit: this inline comment is quite long (7 lines), reads more like a commit message / issue writeup than a code comment. Could trim to a line or two referencing the issue.
There was a problem hiding this comment.
ok, makes sense. I’ll move this to the javadoc in the interface/declaration of updateMetrics() (and edit it.)
|



Description
This PR...
Fixes: #13586
this should solve the issue, but claude suggested the following improvements as well:
if anyone wants to, these are nice to haves/good first issue ;)
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?