mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
grafana: Show one metric for the total data growth (#16449)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user