moved cluster dashboard to master (#3074)

dashboards: move cluster dashboard to master branch

This change should simplify dashboards management.
This commit is contained in:
Max Golionko 2022-09-06 22:19:43 +08:00 committed by Aliaksandr Valialkin
parent 6ebe4f5392
commit e07f23a1b9
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
4 changed files with 10057 additions and 5775 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@ services:
volumes:
- grafanadata:/var/lib/grafana
- ./provisioning/:/etc/grafana/provisioning/
- ./../../dashboards/victoriametrics.json:/var/lib/grafana/dashboards/vm.json
- ./../../dashboards/victoriametrics-cluster.json:/var/lib/grafana/dashboards/vm.json
- ./../../dashboards/vmagent.json:/var/lib/grafana/dashboards/vmagent.json
- ./../../dashboards/vmalert.json:/var/lib/grafana/dashboards/vmalert.json

View File

@ -46,7 +46,7 @@ scrape_configs:
## Visualization
Visualisation of statistics can be done in Grafana using the following
[dashboard](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/cluster/dashboards/clusterbytenant.json).
[dashboard](https://grafana.com/grafana/dashboards/16399-victoriametrics-cluster-per-tenant-statistic/).
## Integration with vmgateway