Skip to content

feat(observability): Add additional metric panels to grafana dashboard#1778

Merged
houseme merged 17 commits intorustfs:mainfrom
evanofslack:es/dashboard
Feb 14, 2026
Merged

feat(observability): Add additional metric panels to grafana dashboard#1778
houseme merged 17 commits intorustfs:mainfrom
evanofslack:es/dashboard

Conversation

@evanofslack
Copy link
Contributor

Type of Change

  • New Feature
  • Bug Fix
  • Documentation
  • Performance Improvement
  • Test/CI
  • Refactor
  • Other: Observability

Related Issues

Follow up to PR #1770

Summary of Changes

Add additional panels to grafana dashboard. Adds panels for multiple metrics, object counts, bucket count, disk capacity, io, etc.

Screenshot 2026-02-11 at 21-19-08 RustFS - Dashboards - Grafana

Checklist

  • I have read and followed the CONTRIBUTING.md guidelines
  • Passed make pre-commit
  • Added/updated necessary tests
  • Documentation updated (if needed)
  • CI/CD passed (if applicable)

Impact

  • Breaking change (compatibility)
  • Requires doc/config/deployment update
  • Other impact:

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds additional Grafana dashboard panels to improve RustFS observability (capacity, bucket/object counts, disks, I/O, and resource usage), building on the initial dashboard introduced in PR #1770.

Changes:

  • Expands the “Overview” section with new stat panels (uptime, requests, buckets/objects, capacity, etc.).
  • Adds new dashboard sections/panels for buckets, disks, and I/O performance, plus new template variables (bucket/drive).
  • Adjusts dashboard settings (refresh interval, timepicker refresh options, panel layout).

@loverustfs
Copy link
Contributor

Hello @evanofslack ,

Copilot provides some suggestions.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.

@evanofslack
Copy link
Contributor Author

@loverustfs addressed comments and pushed changes to fix 👍

@loverustfs loverustfs requested a review from Copilot February 13, 2026 04:58
@loverustfs
Copy link
Contributor

loverustfs commented Feb 13, 2026

@loverustfs addressed comments and pushed changes to fix 👍

Thank you.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.

evanofslack and others added 3 commits February 13, 2026 00:56
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: evan slack <51209817+evanofslack@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: evan slack <51209817+evanofslack@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 7 comments.

Comment on lines +1911 to +1926
"id": "byRegexp",
"options": "/.*/Percent"
},
"properties": [
{
"id": "custom.axisPlacement",
"value": "right"
},
{
"id": "unit",
"value": "percentunit"
}
]
},
{
"matcher": {
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Node Disk Usage overrides, the byRegexp matcher uses /.*/Percent, but the series legend is {{drive}} (percent) (lowercase) and Grafana regex matchers typically shouldn’t include leading/trailing /. This override likely never matches; either adjust the regex to match the actual series name or remove it and rely on the byFrameRefID: B override.

Suggested change
"id": "byRegexp",
"options": "/.*/Percent"
},
"properties": [
{
"id": "custom.axisPlacement",
"value": "right"
},
{
"id": "unit",
"value": "percentunit"
}
]
},
{
"matcher": {

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@loverustfs loverustfs requested a review from houseme February 14, 2026 13:16
@houseme houseme merged commit 9fe3d56 into rustfs:main Feb 14, 2026
13 checks passed
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.

4 participants