mirror of
https://github.com/minio/minio.git
synced 2025-04-01 10:13:42 -04:00
grafana: Show one metric for the total data growth (#16449)
This commit is contained in:
parent
03b94f907f
commit
e73894fa50
@ -500,7 +500,7 @@
|
|||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"exemplar": true,
|
"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": "",
|
"interval": "",
|
||||||
"legendFormat": "Usage",
|
"legendFormat": "Usage",
|
||||||
"refId": "A",
|
"refId": "A",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user