From c9f496bdd071a483668aa1fb09dd48721cf3eac4 Mon Sep 17 00:00:00 2001 From: Artem Navoiev Date: Thu, 27 Jun 2024 00:29:25 -0700 Subject: [PATCH] dashboards: update statistic by tenant dashboard, fix billing disk usage pie panel (#6521) - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). --------- Signed-off-by: Artem Navoiev Signed-off-by: hagen1778 Co-authored-by: hagen1778 --- dashboards/clusterbytenant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/clusterbytenant.json b/dashboards/clusterbytenant.json index 80b8688e4f..9884678780 100644 --- a/dashboards/clusterbytenant.json +++ b/dashboards/clusterbytenant.json @@ -1062,7 +1062,7 @@ "uid": "$ds" }, "editorMode": "code", - "expr": "topk_last(5, sum(increase(vm_tenant_timeseries_created_total{accountID=~\"$account\"}[24h])) by(accountID), \"accountID=other\") ", + "expr": "topk_last(5, sum(vm_tenant_used_tenant_bytes{accountID=~\"$account\"}) by(accountID), \"accountID=other\") ", "legendFormat": "__auto", "range": true, "refId": "A"