mirror of https://github.com/minio/minio.git
grafana: Show one metric for the total data growth (#16449)
This commit is contained in:
parent
03b94f907f
commit
e73894fa50
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue