{
"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": 200,
"title": "📊 1. SELECTED CLUSTER LOGICAL USABLE CAPACITY VITALS",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "orange",
"value": 75
},
{
"color": "red",
"value": 85
}
]
},
"unit": "percent"
}
},
"gridPos": {
"h": 5,
"w": 8,
"x": 0,
"y": 1
},
"id": 201,
"options": {
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
]
},
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "100 * (sum(max by (cluster) (minio_cluster_health_capacity_usable_total_bytes{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"})) - sum(max by (cluster) (minio_cluster_health_capacity_usable_free_bytes{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"}))) / sum(max by (cluster) (minio_cluster_health_capacity_usable_total_bytes{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"}))",
"legendFormat": "Logical Space Used %",
"refId": "A"
}
],
"title": "Logical Usable Storage Used Ratio (%)",
"type": "gauge"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": null
}
]
},
"unit": "decbytes"
}
},
"gridPos": {
"h": 5,
"w": 8,
"x": 8,
"y": 1
},
"id": 202,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "center",
"reduceOptions": {
"calcs": [
"lastNotNull"
]
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(max by (cluster) (minio_cluster_health_capacity_usable_total_bytes{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"}))",
"legendFormat": "Total Usable",
"refId": "A"
}
],
"title": "Total Usable Capacity (After EC Protection)",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
},
"unit": "decbytes"
}
},
"gridPos": {
"h": 5,
"w": 8,
"x": 16,
"y": 1
},
"id": 203,
"options": {
"colorMode": "value",
"graphMode": "none",
"justifyMode": "center",
"reduceOptions": {
"calcs": [
"lastNotNull"
]
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(max by (cluster) (minio_cluster_health_capacity_usable_free_bytes{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"}))",
"legendFormat": "Free Usable",
"refId": "A"
}
],
"title": "Free Usable Storage Space Remaining",
"type": "stat"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 6
},
"id": 400,
"title": "📦 2. PER-BUCKET GRANULAR CAPACITY BREAKDOWN",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisPlacement": "auto",
"drawStyle": "area",
"fillOpacity": 15,
"lineInterpolation": "smooth",
"lineWidth": 1,
"showPoints": "none"
},
"unit": "decbytes"
}
},
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 7
},
"id": 401,
"options": {
"legend": {
"calcs": [
"lastNotNull",
"max"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "max by (bucket) (minio_cluster_usage_buckets_total_bytes{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"} or minio_bucket_usage_total_bytes{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"})",
"legendFormat": "Bucket: {{bucket}}",
"refId": "A"
}
],
"title": "Per-Bucket Storage Capacity Growth Profile",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisPlacement": "auto",
"drawStyle": "line",
"fillOpacity": 10,
"lineInterpolation": "linear",
"lineWidth": 2,
"showPoints": "none"
},
"unit": "short"
}
},
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 7
},
"id": 402,
"options": {
"legend": {
"calcs": [
"lastNotNull"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "desc"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "max by (bucket) (minio_cluster_usage_buckets_objects_total{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"} or minio_bucket_usage_object_count{cluster=~\"${cluster:regex}\", namespace=~\"${namespace:regex}\"})",
"legendFormat": "Bucket: {{bucket}}",
"refId": "A"
}
],
"title": "Per-Bucket Object Density Count Distribution",
"type": "timeseries"
}
],
"refresh": "30s",
"schemaVersion": 38,
"style": "dark",
"tags": [
"AIStor",
"Metrics-V3",
"Capacity-Only"
],
"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": "label_values(cluster)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"type": "query"
},
{
"current": {},
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"definition": "label_values({cluster=~\"${cluster:regex}\"}, namespace)",
"hide": 0,
"includeAll": true,
"multi": true,
"allValue": ".*",
"label": "Namespace",
"name": "namespace",
"options": [],
"query": "label_values({cluster=~\"${cluster:regex}\"}, namespace)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"type": "query"
}
]
},
"time": {
"from": "now-7d",
"to": "now"
},
"timezone": "browser",
"title": "AIStor Operations - 2. Capacity (Multi-Cluster v3 - Fixed)",
"uid": "aistor-operations-2-capacity-fixed",
"version": 1
}