{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
"hide": true,
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
"id": null,
"links": [],
"liveNow": false,
"panels": [
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 300,
"title": "🕒 1. TARGET CLUSTER ILM ENGINE BACKLOG & ACTIVE QUEUES",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "orange",
"value": 400
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"x": 0,
"y": 1
},
"id": 301,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(minio_cluster_ilm_transition_active_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"} or minio_ilm_transition_active_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"})",
"legendFormat": "Active Transitions",
"refId": "A"
}
],
"title": "Active Transition Tasks",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
},
{
"color": "red",
"value": 10000
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"x": 6,
"y": 1
},
"id": 302,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(minio_cluster_ilm_transition_pending_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"} or minio_ilm_transition_pending_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"})",
"legendFormat": "Pending Transitions",
"refId": "A"
}
],
"title": "Pending Transition Backlog Queue",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"x": 12,
"y": 1
},
"id": 303,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(minio_cluster_ilm_expiry_active_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"} or minio_ilm_expiry_active_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"})",
"legendFormat": "Active Expiries",
"refId": "A"
}
],
"title": "Active Expiry Tasks",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
},
{
"color": "orange",
"value": 50000
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 6,
"x": 18,
"y": 1
},
"id": 304,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value"
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(minio_cluster_ilm_expiry_pending_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"} or minio_ilm_expiry_pending_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"})",
"legendFormat": "Pending Expiries",
"refId": "A"
}
],
"title": "Pending Expiry Backlog Queue",
"type": "stat"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 5
},
"id": 400,
"title": "📉 2. ISOLATED WORKER CONCURRENCY TRENDS & STALL DETECTION (TOP N NODES)",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisPlacement": "auto",
"drawStyle": "line",
"fillOpacity": 5,
"lineInterpolation": "smooth",
"lineWidth": 2,
"showPoints": "none"
},
"mappings": [],
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 12,
"x": 0,
"y": 6
},
"id": 401,
"options": {
"legend": {
"calcs": [
"mean",
"max"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "topk($topn, sum by (server) (minio_cluster_ilm_transition_active_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"} or minio_ilm_transition_active_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"}))",
"legendFormat": "Active: {{server}}",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "topk($topn, sum by (server) (minio_cluster_ilm_transition_pending_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"} or minio_ilm_transition_pending_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"}))",
"legendFormat": "Backlog: {{server}}",
"refId": "B"
}
],
"title": "Transition Worker Load Balance per Node Server (Top N)",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisPlacement": "auto",
"drawStyle": "line",
"fillOpacity": 5,
"lineInterpolation": "smooth",
"lineWidth": 2,
"showPoints": "none"
},
"mappings": [],
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 12,
"x": 12,
"y": 6
},
"id": 402,
"options": {
"legend": {
"calcs": [
"mean",
"max"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "topk($topn, sum by (server) (minio_cluster_ilm_expiry_active_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"} or minio_ilm_expiry_active_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"}))",
"legendFormat": "Active Expiry: {{server}}",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "topk($topn, sum by (server) (minio_cluster_ilm_expiry_pending_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"} or minio_ilm_expiry_pending_tasks{cluster=~\"$cluster\", namespace=~\"$namespace\"}))",
"legendFormat": "Backlog Expiry: {{server}}",
"refId": "B"
}
],
"title": "Expiry Worker Load Balance per Node Server (Top N)",
"type": "timeseries"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 13
},
"id": 500,
"title": "🚀 3. TARGET TIMELINE THROUGHPUT VELOCITY",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisPlacement": "auto",
"drawStyle": "line",
"fillOpacity": 10,
"lineInterpolation": "smooth",
"lineWidth": 2,
"showPoints": "none"
},
"mappings": [],
"unit": "ops"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 24,
"x": 0,
"y": 14
},
"id": 501,
"options": {
"legend": {
"calcs": [
"sum",
"max"
],
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "topk($topn, sum by (server) (rate(minio_cluster_ilm_transition_tasks_total{cluster=~\"$cluster\", namespace=~\"$namespace\"}[$interval]) or rate(minio_ilm_transition_tasks_total{cluster=~\"$cluster\", namespace=~\"$namespace\"}[$interval])))",
"legendFormat": "Node Completed: {{server}}",
"refId": "A"
}
],
"title": "ILM Transition Action Execution Rate (Completed Tasks/sec per Node)",
"type": "timeseries"
}
],
"refresh": "10s",
"schemaVersion": 38,
"style": "dark",
"tags": [
"AIStor",
"Metrics-V3",
"ILM-Engine",
"Multi-Cluster-Tiering"
],
"templating": {
"list": [
{
"current": {},
"hide": 0,
"includeAll": false,
"label": "Data Source",
"name": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"current": {},
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values(cluster)",
"hide": 0,
"includeAll": true,
"multi": true,
"allValue": ".*",
"label": "AIStor Cluster",
"name": "cluster",
"options": [],
"query": {
"query": "label_values(cluster)",
"refId": "ClusterVariableQuery"
},
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"type": "query"
},
{
"current": {},
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values({cluster=~\"$cluster\"}, namespace)",
"hide": 0,
"includeAll": true,
"multi": true,
"allValue": ".*",
"label": "Namespace",
"name": "namespace",
"options": [],
"query": {
"query": "label_values({cluster=~\"$cluster\"}, namespace)",
"refId": "NamespaceVariableQuery"
},
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"type": "query"
},
{
"name": "topn",
"type": "custom",
"query": "10,15,20,30",
"label": "Top N Nodes",
"hide": 0,
"current": {
"text": "15",
"value": "15"
},
"options": [
{
"text": "10",
"value": "10",
"selected": false
},
{
"text": "15",
"value": "15",
"selected": true
},
{
"text": "20",
"value": "20",
"selected": false
},
{
"text": "30",
"value": "30",
"selected": false
}
]
},
{
"current": {
"selected": true,
"text": "2m",
"value": "2m"
},
"hide": 0,
"label": "Interval",
"name": "interval",
"options": [
{
"selected": false,
"text": "30s",
"value": "30s"
},
{
"selected": false,
"text": "1m",
"value": "1m"
},
{
"selected": true,
"text": "2m",
"value": "2m"
},
{
"selected": false,
"text": "5m",
"value": "5m"
},
{
"selected": false,
"text": "10m",
"value": "10m"
}
],
"query": "30s,1m,2m,5m,10m",
"type": "interval"
}
]
},
"time": {
"from": "now-1h",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s"
]
},
"timezone": "browser",
"title": "AIStor Operations - 3. Tiering (Multi-Cluster v3 - Adjusted)",
"uid": "aistor-operations-3-tiering-adjusted",
"version": 1
}