fix(grafana): use drop metric for destination pod panel#2268
Open
SumiReCord wants to merge 1 commit into
Open
Conversation
|
This PR will be closed in 7 days due to inactivity. |
Author
|
Hi @rbtr and @ibezrukavyi, just bumping this thread to prevent it from being automatically closed. Whenever either of you has a chance to take a quick look, that would be awesome. Thanks! |
auto-merge was automatically disabled
June 3, 2026 10:36
Head branch was pushed to by a user without write access
2990ea9 to
c30dc8f
Compare
Signed-off-by: sumirecord <42767467+SumiReCord@users.noreply.github.com>
c30dc8f to
7120ace
Compare
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.
Description
Fix the Grafana panel query for "Dropped pps per Destination pod".
The panel title indicates dropped packets, but the query was using
networkobservability_adv_forward_count.Related Issue
N/A
Checklist
git commit -S -s ...). See this documentation on signing commits.Screenshots (if applicable) or Testing Completed
I don't have a live Grafana environment to capture screenshots.
However, I have verified the fix logically:
networkobservability_adv_forward_count, which measures forwarded (successful) traffic.Additional Notes
N/A
Please refer to the CONTRIBUTING.md file for more information on how to contribute to this project.