mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
Graph cluster wide where applicable (#18705)
Graph the maximum value reported across nodes at cluster level for applicable scenarios. Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
This commit is contained in:
parent
da55499db0
commit
9d7660b409
@ -508,7 +508,7 @@
|
||||
},
|
||||
"editorMode": "code",
|
||||
"exemplar": true,
|
||||
"expr": "minio_cluster_usage_total_bytes{job=\"$scrape_jobs\"}",
|
||||
"expr": "max(minio_cluster_usage_total_bytes{job=\"$scrape_jobs\"})",
|
||||
"interval": "",
|
||||
"legendFormat": "Usage",
|
||||
"range": true,
|
||||
@ -575,7 +575,7 @@
|
||||
},
|
||||
"editorMode": "code",
|
||||
"exemplar": true,
|
||||
"expr": "minio_cluster_objects_size_distribution{job=\"$scrape_jobs\"}",
|
||||
"expr": "max(minio_cluster_objects_size_distribution{job=\"$scrape_jobs\"})",
|
||||
"format": "time_series",
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
@ -901,7 +901,7 @@
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "minio_cluster_nodes_online_total{job=\"$scrape_jobs\"}",
|
||||
"expr": "max(minio_cluster_nodes_online_total{job=\"$scrape_jobs\"})",
|
||||
"format": "table",
|
||||
"hide": false,
|
||||
"instant": true,
|
||||
@ -984,7 +984,7 @@
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "minio_cluster_drive_online_total{job=\"$scrape_jobs\"}",
|
||||
"expr": "max(minio_cluster_drive_online_total{job=\"$scrape_jobs\"})",
|
||||
"format": "table",
|
||||
"hide": false,
|
||||
"instant": true,
|
||||
@ -1335,7 +1335,7 @@
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "minio_cluster_nodes_offline_total{job=\"$scrape_jobs\"}",
|
||||
"expr": "max(minio_cluster_nodes_offline_total{job=\"$scrape_jobs\"})",
|
||||
"format": "table",
|
||||
"hide": false,
|
||||
"instant": true,
|
||||
@ -1418,7 +1418,7 @@
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "minio_cluster_drive_offline_total{job=\"$scrape_jobs\"}",
|
||||
"expr": "max(minio_cluster_drive_offline_total{job=\"$scrape_jobs\"})",
|
||||
"format": "table",
|
||||
"hide": false,
|
||||
"instant": true,
|
||||
@ -1574,12 +1574,12 @@
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "minio_heal_time_last_activity_nano_seconds{job=\"$scrape_jobs\"}",
|
||||
"expr": "max(minio_heal_time_last_activity_nano_seconds{job=\"$scrape_jobs\"})",
|
||||
"format": "time_series",
|
||||
"instant": true,
|
||||
"interval": "",
|
||||
"intervalFactor": 1,
|
||||
"legendFormat": "{{server}}",
|
||||
"legendFormat": "",
|
||||
"metric": "process_start_time_seconds",
|
||||
"refId": "A",
|
||||
"step": 60
|
||||
@ -1645,12 +1645,12 @@
|
||||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"exemplar": true,
|
||||
"expr": "minio_usage_last_activity_nano_seconds{job=\"$scrape_jobs\"}",
|
||||
"expr": "max(minio_usage_last_activity_nano_seconds{job=\"$scrape_jobs\"})",
|
||||
"format": "time_series",
|
||||
"instant": true,
|
||||
"interval": "",
|
||||
"intervalFactor": 1,
|
||||
"legendFormat": "{{server}}",
|
||||
"legendFormat": "",
|
||||
"metric": "process_start_time_seconds",
|
||||
"refId": "A",
|
||||
"step": 60
|
||||
@ -4771,4 +4771,4 @@
|
||||
"uid": "TgmJnqnnk",
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user