Add support for changing job name in Grafana dashboard (#13050)

This commit is contained in:
Nitish Tiwari 2021-08-24 22:21:09 +05:30 committed by GitHub
parent 293d261cf9
commit 60394ddf83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
"type": "grafana", "type": "grafana",
"id": "grafana", "id": "grafana",
"name": "Grafana", "name": "Grafana",
"version": "7.5.5" "version": "8.0.6"
}, },
{ {
"type": "panel", "type": "panel",
@ -65,6 +65,7 @@
"gnetId": 13502, "gnetId": 13502,
"graphTooltip": 0, "graphTooltip": 0,
"id": null, "id": null,
"iteration": 1629787190164,
"links": [ "links": [
{ {
"icon": "external link", "icon": "external link",
@ -85,11 +86,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -130,11 +133,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "time() - max(minio_node_process_starttime_seconds)", "expr": "time() - max(minio_node_process_starttime_seconds{job=\"$scrape_jobs\"})",
"format": "time_series", "format": "time_series",
"instant": true, "instant": true,
"interval": "", "interval": "",
@ -158,11 +161,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -203,10 +208,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"expr": "sum by (instance) (minio_s3_traffic_received_bytes{job=\"minio-job\"})", "exemplar": true,
"expr": "sum by (instance) (minio_s3_traffic_received_bytes{job=\"$scrape_jobs\"})",
"format": "table", "format": "table",
"hide": false, "hide": false,
"instant": false, "instant": false,
@ -230,11 +236,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -273,10 +281,11 @@
"showThresholdMarkers": true, "showThresholdMarkers": true,
"text": {} "text": {}
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"expr": "topk(1, sum(minio_cluster_capacity_usable_free_bytes) by (instance))", "exemplar": true,
"expr": "topk(1, sum(minio_cluster_capacity_usable_free_bytes{job=\"$scrape_jobs\"}) by (instance))",
"format": "time_series", "format": "time_series",
"instant": false, "instant": false,
"interval": "1m", "interval": "1m",
@ -297,10 +306,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -327,7 +332,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -338,7 +343,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "sum(minio_bucket_usage_total_bytes) by (instance)", "expr": "sum(minio_bucket_usage_total_bytes{job=\"$scrape_jobs\"}) by (instance)",
"interval": "", "interval": "",
"legendFormat": "Used Capacity", "legendFormat": "Used Capacity",
"refId": "A" "refId": "A"
@ -429,10 +434,11 @@
"showUnfilled": false, "showUnfilled": false,
"text": {} "text": {}
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"expr": "max by (range) (minio_bucket_objects_size_distribution)", "exemplar": true,
"expr": "max by (range) (minio_bucket_objects_size_distribution{job=\"$scrape_jobs\"})",
"format": "time_series", "format": "time_series",
"instant": false, "instant": false,
"interval": "", "interval": "",
@ -455,11 +461,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -504,11 +512,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "sum (minio_node_file_descriptor_open_total)", "expr": "sum (minio_node_file_descriptor_open_total{job=\"$scrape_jobs\"})",
"format": "table", "format": "table",
"hide": false, "hide": false,
"instant": false, "instant": false,
@ -533,11 +541,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -578,10 +588,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"expr": "sum by (instance) (minio_s3_traffic_sent_bytes{job=\"minio-job\"})", "exemplar": true,
"expr": "sum by (instance) (minio_s3_traffic_sent_bytes{job=\"$scrape_jobs\"})",
"format": "table", "format": "table",
"hide": false, "hide": false,
"instant": false, "instant": false,
@ -606,11 +617,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -655,11 +668,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "sum without (server,instance) (minio_node_go_routine_total)", "expr": "sum without (server,instance) (minio_node_go_routine_total{job=\"$scrape_jobs\"})",
"format": "table", "format": "table",
"hide": false, "hide": false,
"instant": false, "instant": false,
@ -684,11 +697,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -733,10 +748,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"expr": "minio_cluster_nodes_online_total", "exemplar": true,
"expr": "minio_cluster_nodes_online_total{job=\"$scrape_jobs\"}",
"format": "table", "format": "table",
"hide": false, "hide": false,
"instant": true, "instant": true,
@ -761,11 +777,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -810,11 +828,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "minio_cluster_disk_online_total", "expr": "minio_cluster_disk_online_total{job=\"$scrape_jobs\"}",
"format": "table", "format": "table",
"hide": false, "hide": false,
"instant": true, "instant": true,
@ -838,11 +856,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -891,10 +911,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"expr": "count(count by (bucket) (minio_bucket_usage_total_bytes))", "exemplar": true,
"expr": "count(count by (bucket) (minio_bucket_usage_total_bytes{job=\"$scrape_jobs\"}))",
"format": "time_series", "format": "time_series",
"instant": false, "instant": false,
"interval": "1m", "interval": "1m",
@ -915,10 +936,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -945,7 +962,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -956,7 +973,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "sum by (server) (rate(minio_s3_traffic_received_bytes[$__rate_interval]))", "expr": "sum by (server) (rate(minio_s3_traffic_received_bytes{job=\"$scrape_jobs\"}[$__rate_interval]))",
"interval": "1m", "interval": "1m",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "Data Received [{{server}}]", "legendFormat": "Data Received [{{server}}]",
@ -1015,10 +1032,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -1045,7 +1058,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -1056,7 +1069,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "sum by (server) (rate(minio_s3_traffic_sent_bytes[$__rate_interval]))", "expr": "sum by (server) (rate(minio_s3_traffic_sent_bytes{job=\"$scrape_jobs\"}[$__rate_interval]))",
"interval": "1m", "interval": "1m",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "Data Sent [{{server}}]", "legendFormat": "Data Sent [{{server}}]",
@ -1114,11 +1127,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -1163,10 +1178,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"expr": "minio_cluster_nodes_offline_total", "exemplar": true,
"expr": "minio_cluster_nodes_offline_total{job=\"$scrape_jobs\"}",
"format": "table", "format": "table",
"hide": false, "hide": false,
"instant": true, "instant": true,
@ -1191,11 +1207,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -1240,11 +1258,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "minio_cluster_disk_offline_total", "expr": "minio_cluster_disk_offline_total{job=\"$scrape_jobs\"}",
"format": "table", "format": "table",
"hide": false, "hide": false,
"instant": true, "instant": true,
@ -1268,11 +1286,13 @@
"defaults": { "defaults": {
"mappings": [ "mappings": [
{ {
"id": 0, "options": {
"op": "=", "match": "null",
"text": "N/A", "result": {
"type": 1, "text": "N/A"
"value": "null" }
},
"type": "special"
} }
], ],
"thresholds": { "thresholds": {
@ -1321,10 +1341,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"expr": "topk(1, sum(minio_bucket_usage_object_total) by (instance))", "exemplar": true,
"expr": "topk(1, sum(minio_bucket_usage_object_total{job=\"$scrape_jobs\"}) by (instance))",
"format": "time_series", "format": "time_series",
"instant": false, "instant": false,
"interval": "1m", "interval": "1m",
@ -1384,11 +1405,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "minio_heal_time_last_activity_nano_seconds", "expr": "minio_heal_time_last_activity_nano_seconds{job=\"$scrape_jobs\"}",
"format": "time_series", "format": "time_series",
"instant": true, "instant": true,
"interval": "", "interval": "",
@ -1452,11 +1473,11 @@
"text": {}, "text": {},
"textMode": "auto" "textMode": "auto"
}, },
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "minio_usage_last_activity_nano_seconds", "expr": "minio_usage_last_activity_nano_seconds{job=\"$scrape_jobs\"}",
"format": "time_series", "format": "time_series",
"instant": true, "instant": true,
"interval": "", "interval": "",
@ -1481,10 +1502,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -1511,7 +1528,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -1522,7 +1539,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "sum by (server,api) (rate(minio_s3_requests_total[$__rate_interval]))", "expr": "sum by (server,api) (rate(minio_s3_requests_total{job=\"$scrape_jobs\"}[$__rate_interval]))",
"interval": "1m", "interval": "1m",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "{{server,api}}", "legendFormat": "{{server,api}}",
@ -1581,10 +1598,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -1611,7 +1624,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -1622,7 +1635,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "rate(minio_s3_requests_errors_total[$__rate_interval])", "expr": "rate(minio_s3_requests_errors_total{job=\"$scrape_jobs\"}[$__rate_interval])",
"interval": "1m", "interval": "1m",
"intervalFactor": 2, "intervalFactor": 2,
"legendFormat": "{{server,api}}", "legendFormat": "{{server,api}}",
@ -1717,7 +1730,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 5, "pointradius": 5,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -1728,7 +1741,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "rate(minio_inter_node_traffic_sent_bytes{job=\"minio-job\"}[$__rate_interval])", "expr": "rate(minio_inter_node_traffic_sent_bytes{job=\"$scrape_jobs\"}[$__rate_interval])",
"format": "time_series", "format": "time_series",
"interval": "", "interval": "",
"intervalFactor": 2, "intervalFactor": 2,
@ -1739,7 +1752,7 @@
}, },
{ {
"exemplar": true, "exemplar": true,
"expr": "rate(minio_inter_node_traffic_received_bytes{job=\"minio-job\"}[$__rate_interval])", "expr": "rate(minio_inter_node_traffic_received_bytes{job=\"$scrape_jobs\"}[$__rate_interval])",
"interval": "", "interval": "",
"legendFormat": "Internode Bytes Sent [{{server}}]", "legendFormat": "Internode Bytes Sent [{{server}}]",
"refId": "B" "refId": "B"
@ -1794,10 +1807,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": null, "datasource": null,
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -1824,7 +1833,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -1835,14 +1844,14 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "sum by (instance) (minio_heal_objects_heal_total)", "expr": "sum by (instance) (minio_heal_objects_heal_total{job=\"$scrape_jobs\"})",
"interval": "", "interval": "",
"legendFormat": "Objects healed in current self heal run", "legendFormat": "Objects healed in current self heal run",
"refId": "A" "refId": "A"
}, },
{ {
"exemplar": true, "exemplar": true,
"expr": "sum by (instance) (minio_heal_objects_error_total)", "expr": "sum by (instance) (minio_heal_objects_error_total{job=\"$scrape_jobs\"})",
"hide": false, "hide": false,
"interval": "", "interval": "",
"legendFormat": "Heal errors in current self heal run", "legendFormat": "Heal errors in current self heal run",
@ -1850,7 +1859,7 @@
}, },
{ {
"exemplar": true, "exemplar": true,
"expr": "sum by (instance) (minio_heal_objects_total) ", "expr": "sum by (instance) (minio_heal_objects_total{job=\"$scrape_jobs\"}) ",
"hide": false, "hide": false,
"interval": "", "interval": "",
"legendFormat": "Objects scanned in current self heal run", "legendFormat": "Objects scanned in current self heal run",
@ -1877,6 +1886,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"$$hashKey": "object:846",
"format": "short", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
@ -1885,6 +1895,7 @@
"show": true "show": true
}, },
{ {
"$$hashKey": "object:847",
"format": "short", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
@ -1904,10 +1915,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -1934,7 +1941,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -1945,7 +1952,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "rate(minio_node_process_cpu_total_seconds[$__rate_interval])", "expr": "rate(minio_node_process_cpu_total_seconds{job=\"$scrape_jobs\"}[$__rate_interval])",
"interval": "", "interval": "",
"legendFormat": "CPU Usage Rate [{{server}}]", "legendFormat": "CPU Usage Rate [{{server}}]",
"refId": "A" "refId": "A"
@ -2000,10 +2007,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -2030,7 +2033,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -2041,7 +2044,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "minio_node_process_resident_memory_bytes", "expr": "minio_node_process_resident_memory_bytes{job=\"$scrape_jobs\"}",
"interval": "", "interval": "",
"legendFormat": "Memory Used [{{server}}]", "legendFormat": "Memory Used [{{server}}]",
"refId": "A" "refId": "A"
@ -2096,10 +2099,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -2126,7 +2125,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -2137,7 +2136,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "minio_node_disk_used_bytes", "expr": "minio_node_disk_used_bytes{job=\"$scrape_jobs\"}",
"format": "time_series", "format": "time_series",
"instant": false, "instant": false,
"interval": "", "interval": "",
@ -2194,10 +2193,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -2224,7 +2219,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -2235,7 +2230,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "minio_cluster_disk_free_inodes", "expr": "minio_cluster_disk_free_inodes{job=\"$scrape_jobs\"}",
"format": "time_series", "format": "time_series",
"instant": false, "instant": false,
"interval": "", "interval": "",
@ -2331,7 +2326,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -2342,7 +2337,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "rate(minio_node_syscall_read_total[$__rate_interval])", "expr": "rate(minio_node_syscall_read_total{job=\"$scrape_jobs\"}[$__rate_interval])",
"format": "time_series", "format": "time_series",
"interval": "", "interval": "",
"intervalFactor": 2, "intervalFactor": 2,
@ -2353,7 +2348,7 @@
}, },
{ {
"exemplar": true, "exemplar": true,
"expr": "rate(minio_node_syscall_write_total[$__rate_interval])", "expr": "rate(minio_node_syscall_write_total{job=\"$scrape_jobs\"}[$__rate_interval])",
"interval": "", "interval": "",
"legendFormat": "Write Syscalls [{{server}}]", "legendFormat": "Write Syscalls [{{server}}]",
"refId": "B" "refId": "B"
@ -2448,7 +2443,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -2459,7 +2454,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "minio_node_file_descriptor_open_total", "expr": "minio_node_file_descriptor_open_total{job=\"$scrape_jobs\"}",
"interval": "", "interval": "",
"legendFormat": "Open FDs [{{server}}]", "legendFormat": "Open FDs [{{server}}]",
"refId": "B" "refId": "B"
@ -2515,10 +2510,6 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS}", "datasource": "${DS_PROMETHEUS}",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
@ -2545,7 +2536,7 @@
"alertThreshold": true "alertThreshold": true
}, },
"percentage": false, "percentage": false,
"pluginVersion": "7.5.5", "pluginVersion": "8.0.6",
"pointradius": 2, "pointradius": 2,
"points": false, "points": false,
"renderer": "flot", "renderer": "flot",
@ -2556,7 +2547,7 @@
"targets": [ "targets": [
{ {
"exemplar": true, "exemplar": true,
"expr": "rate(minio_node_io_rchar_bytes[$__rate_interval])", "expr": "rate(minio_node_io_rchar_bytes{job=\"$scrape_jobs\"}[$__rate_interval])",
"format": "time_series", "format": "time_series",
"instant": false, "instant": false,
"interval": "", "interval": "",
@ -2565,7 +2556,7 @@
}, },
{ {
"exemplar": true, "exemplar": true,
"expr": "rate(minio_node_io_wchar_bytes[$__rate_interval])", "expr": "rate(minio_node_io_wchar_bytes{job=\"$scrape_jobs\"}[$__rate_interval])",
"interval": "", "interval": "",
"legendFormat": "Node WChar [{{server}}]", "legendFormat": "Node WChar [{{server}}]",
"refId": "B" "refId": "B"
@ -2616,13 +2607,37 @@
} }
], ],
"refresh": "10s", "refresh": "10s",
"schemaVersion": 27, "schemaVersion": 30,
"style": "dark", "style": "dark",
"tags": [ "tags": [
"minio" "minio"
], ],
"templating": { "templating": {
"list": [] "list": [
{
"allValue": null,
"current": {},
"datasource": "${DS_PROMETHEUS}",
"definition": "label_values(job)",
"description": null,
"error": null,
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "scrape_jobs",
"options": [],
"query": {
"query": "label_values(job)",
"refId": "StandardVariableQuery"
},
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"type": "query"
}
]
}, },
"time": { "time": {
"from": "now-3h", "from": "now-3h",
@ -2654,6 +2669,6 @@
}, },
"timezone": "", "timezone": "",
"title": "MinIO Overview", "title": "MinIO Overview",
"uid": "pJnnS4hZz", "uid": "TgmJnqnnk",
"version": 3 "version": 18
} }