Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed "Disk Writes" and "Disk Reads" panels #280

Merged
merged 2 commits into from
Mar 23, 2021
Merged

Conversation

pracucci
Copy link
Collaborator

What this PR does:
The "Disk Writes" and "Disk Reads" panels are showing incorrect numbers because we currently sum node_disk_written_bytes_total and node_disk_read_bytes_total metrics by device only and not by device + node, so basically if a pod is using sdb we show the sum of sdb across all nodes.

This PR fixes it (I've manually tested it in our infra).

Which issue(s) this PR fixes:
N/A

Checklist

  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@pracucci pracucci requested a review from a team as a code owner March 23, 2021 17:31
Signed-off-by: Marco Pracucci <[email protected]>
@pracucci pracucci merged commit 129a378 into main Mar 23, 2021
@pracucci pracucci deleted the fix-node-disk-panels branch March 23, 2021 17:37
simonswine pushed a commit to grafana/mimir that referenced this pull request Oct 18, 2021
…isk-panels

Fixed "Disk Writes" and "Disk Reads" panels
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.

2 participants