update grafana dashboard with disk -> drive rename (#17857)

This commit is contained in:
Harshavardhana
2023-08-15 16:04:20 -07:00
committed by GitHub
parent 21f0d6b549
commit 8a9b886011
11 changed files with 62 additions and 62 deletions

View File

@@ -990,13 +990,13 @@
"instant": true,
"interval": "",
"intervalFactor": 1,
"legendFormat": "Total online disks in MinIO Cluster",
"legendFormat": "Total online drives in MinIO Cluster",
"metric": "process_start_time_seconds",
"refId": "A",
"step": 60
}
],
"title": "Total Online Disks",
"title": "Total Online Drives",
"type": "stat"
},
{
@@ -1430,7 +1430,7 @@
"step": 60
}
],
"title": "Total Offline Disks",
"title": "Total Offline Drives",
"type": "stat"
},
{
@@ -2393,7 +2393,7 @@
"format": "time_series",
"instant": false,
"interval": "",
"legendFormat": "Used Capacity [{{server}}:{{disk}}]",
"legendFormat": "Used Capacity [{{server}}:{{drive}}]",
"refId": "A"
}
],
@@ -2483,7 +2483,7 @@
"format": "time_series",
"instant": false,
"interval": "",
"legendFormat": "Free Inodes [{{server}}:{{disk}}]",
"legendFormat": "Free Inodes [{{server}}:{{drive}}]",
"refId": "A"
}
],
@@ -2531,7 +2531,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "Number of online disks per MinIO Server",
"description": "Number of online drives per MinIO Server",
"fieldConfig": {
"defaults": {
"links": []