grafana: Show one metric for the total data growth (#16449)

This commit is contained in:
Anis Elleuch
2023-01-20 18:39:28 +01:00
committed by GitHub
parent 03b94f907f
commit e73894fa50

View File

@@ -500,7 +500,7 @@
"targets": [
{
"exemplar": true,
"expr": "sum(minio_bucket_usage_total_bytes{job=\"$scrape_jobs\"}) by (instance)",
"expr": "max(sum(minio_bucket_usage_total_bytes{job=\"$scrape_jobs\"}) by (instance,server))",
"interval": "",
"legendFormat": "Usage",
"refId": "A",
@@ -3180,4 +3180,4 @@
"uid": "TgmJnqnnk",
"version": 5,
"weekStart": ""
}
}