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 <tenmozes@gmail.com>
Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit c9f496bdd0)
This commit is contained in:
Artem Navoiev 2024-06-27 00:29:25 -07:00 committed by hagen1778
parent c4bae2ab77
commit 19c4dfd72c
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -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"