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

feat: add tags to the Volume and Cluster dashboards #3273

Merged
merged 14 commits into from
Nov 18, 2024
Prev Previous commit
Next Next commit
feat: minor change
  • Loading branch information
Hardikl committed Nov 11, 2024
commit fc00b6a18c9928a1f1c23465ca5013360cf4bff6
4 changes: 2 additions & 2 deletions grafana/dashboards/cmode/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -4584,7 +4584,7 @@
"allValue": ".*",
"current": {},
"datasource": "${DS_PROMETHEUS}",
"definition": "label_values(cluster_new_status{system_type!=\"7mode\",datacenter=~\"$Datacenter\",tags~\"$Tags\"},cluster)",
"definition": "label_values(cluster_new_status{system_type!=\"7mode\",datacenter=~\"$Datacenter\",tags=~\"$Tags\"},cluster)",
"description": null,
"error": null,
"hide": 0,
Expand All @@ -4594,7 +4594,7 @@
"name": "Cluster",
"options": [],
"query": {
"query": "label_values(cluster_new_status{system_type!=\"7mode\",datacenter=~\"$Datacenter\",tags~\"$Tags\"},cluster)",
"query": "label_values(cluster_new_status{system_type!=\"7mode\",datacenter=~\"$Datacenter\",tags=~\"$Tags\"},cluster)",
"refId": "StandardVariableQuery"
},
"refresh": 2,
Expand Down