Skip to content

mixins: rename Grafana dashboard titles for consistency#3753

Open
locker95 wants to merge 1 commit into
prometheus:masterfrom
locker95:mixins/rename-dashboard-titles
Open

mixins: rename Grafana dashboard titles for consistency#3753
locker95 wants to merge 1 commit into
prometheus:masterfrom
locker95:mixins/rename-dashboard-titles

Conversation

@locker95

Copy link
Copy Markdown

What

Rename node-mixin Grafana dashboard titles for consistency and clarity:

Before After
Node Exporter / Nodes Node Exporter / Node
Node Exporter / USE Method / Node Node Exporter / Utilization and Saturation / Node
Node Exporter / USE Method / Cluster Node Exporter / Utilization and Saturation / Cluster
Node Exporter / USE Method / Multi-cluster Node Exporter / Utilization and Saturation / Multi-cluster

Why

Per #1828 and discussion there:

  • Nodes is a single-node dashboard (same scope as the former USE Method / Node) — use singular Node.
  • USE Method is not self-explanatory; these dashboards also have no Errors panels, so Utilization and Saturation is a better name than spelling out full USE.
  • Keep the Node / Cluster / Multi-cluster hierarchy; only the prefix and pluralization change.

Dashboard UIDs and JSON filenames are unchanged, so existing links by UID keep working. Display titles in the Grafana UI will update on next import/provision.

Test

Docs/jsonnet only — no Go changes.

Fixes #1828

- Nodes → Node (single-node dashboard; matches the USE hierarchy)
- USE Method / * → Utilization and Saturation / *
  USE is not self-explanatory, and these dashboards have no Errors
  panels, so spell out Utilization and Saturation instead.

Dashboard UIDs and filenames are unchanged.

Fixes prometheus#1828

Signed-off-by: Dean Chen <862469039@qq.com>
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.

mixins: Rename grafana dashboard

1 participant