[CAP-3826] Improve Kubernetes Pods dashboard widgets - #24625
Merged
AntoineEsteve merged 1 commit intoJul 21, 2026
Merged
Conversation
Contributor
Validation ReportAll 21 validations passed. Show details
|
lavigne958
approved these changes
Jul 21, 2026
AntoineEsteve
deleted the
antoine.esteve/cap-3826-kubernetes-pod-overview-fine-tuning
branch
July 21, 2026 14:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This follow-up to #24590 fine-tunes the
Kubernetes Pods Overviewdashboard. It applies weighted pod-state queries, improves the weekly issue comparison, and adds aDisk I/Owidget alongside the network widgets.Fix pod count inflation with
.weighted()The
Pods by PhaseandReady Podswidgets need.weighted()so short-lived pod states—for example, a pod briefly entering the Pending state—do not inflate counts across an entire time bucket.Before — without
.weighted()Screen.Recording.2026-07-21.at.15.26.07.mov
After — with
.weighted()Screen.Recording.2026-07-21.at.15.30.46.mov
Motivation
Follow up on #24590 with clearer pod counts, a more precise weekly comparison, and visibility into storage activity. This work is tracked in CAP-3826.
Review checklist (to be filled by reviewers)
Try the updated dashboard with production data, and compare it with the previous version.
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged