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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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": ""
}
}