close
Skip to content

fix(grafana): use drop metric for destination pod panel#2268

Open
SumiReCord wants to merge 3 commits intomicrosoft:mainfrom
SumiReCord:fix/grafana-drop-metric
Open

fix(grafana): use drop metric for destination pod panel#2268
SumiReCord wants to merge 3 commits intomicrosoft:mainfrom
SumiReCord:fix/grafana-drop-metric

Conversation

@SumiReCord
Copy link
Copy Markdown

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

  • I have read the contributing documentation.
  • I signed and signed-off the commits (git commit -S -s ...). See this documentation on signing commits.
  • I have correctly attributed the author(s) of the code.
  • I have tested the changes locally.
  • I have followed the project's style guidelines.
  • I have updated the documentation, if necessary.
  • I have added tests, if applicable.

Screenshots (if applicable) or Testing Completed

I don't have a live Grafana environment to capture screenshots.
However, I have verified the fix logically:

  • Observed issue: The panel titled "Dropped pps" was using networkobservability_adv_forward_count, which measures forwarded (successful) traffic.
  • Fix: Changed the metric to the correct one for dropped packets.
  • The change is a straightforward query update based on the metric definitions.

Additional Notes

N/A


Please refer to the CONTRIBUTING.md file for more information on how to contribute to this project.

Signed-off-by: sumirecord <42767467+SumiReCord@users.noreply.github.com>
@SumiReCord SumiReCord requested a review from a team as a code owner April 30, 2026 13:41
@SumiReCord SumiReCord requested review from ibezrukavyi and rbtr April 30, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant