mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-02 11:29:17 +00:00
e08847d2b6
Co-authored-by: heihutu <heihutu@gmail.com>
12 lines
826 B
Markdown
12 lines
826 B
Markdown
# RustFS Observability Dashboards
|
|
|
|
This directory contains optional dashboards and observability assets for operating RustFS deployments.
|
|
|
|
## Grafana
|
|
|
|
Import `grafana/rustfs-node-observability.json` into Grafana and select a Prometheus data source that scrapes RustFS metrics.
|
|
|
|
The dashboard uses the RustFS `server` metric label introduced with the node-local observability updates. `server` represents the RustFS node identity and is preferred for RustFS node comparisons. Prometheus `instance` still identifies the scrape target and remains useful for scrape/debugging views, but dashboards that compare RustFS nodes should group and filter by `server`.
|
|
|
|
During a rolling upgrade, older nodes may still emit metrics without the `server` label. Complete the rollout before using this dashboard for node-by-node comparisons.
|