VictoriaMetrics/dashboards
Aliaksandr Valialkin 5c43f2261e
dashboards: remove path!="/favicon.ico" filter from requests rate graphs
The `path!="/favicon.ico"` filter has little sense, since there are many other special paths,
which may be filtered out - /metrics, /flags, /health, /ping, /robots.txt, /-/healthy, /-/ready, /reload, etc.
See /lib/httpserver/httpserver.go for more details.
It will be hard or impossible to maintain filters for all these paths, so it is better to drop this filter
in order to simplify queries and improve the consistency of these queries.
2023-11-16 19:29:46 +01:00
..
vm dashboards: remove path!="/favicon.ico" filter from requests rate graphs 2023-11-16 19:29:46 +01:00
backupmanager.json dashboards: fix operator datasource variable (#3604) 2023-01-05 16:49:19 -08:00
clusterbytenant.json dashboards: fix operator datasource variable (#3604) 2023-01-05 16:49:19 -08:00
Makefile dashboards: provide copies of Grafana dashboards alternated with Vict… (#4905) 2023-08-29 11:20:16 +02:00
operator.json dashboards: bump operator dash to v9 of Grafana (#3642) 2023-01-12 08:49:09 -08:00
README.md dashboards: provide copies of Grafana dashboards alternated with Vict… (#4905) 2023-08-29 11:20:16 +02:00
victorialogs.json add annotation to VictoriaLogs dashboards - restarts and version change (#5008) 2023-09-18 11:35:16 +02:00
victoriametrics-cluster.json dashboards: remove path!="/favicon.ico" filter from requests rate graphs 2023-11-16 19:29:46 +01:00
victoriametrics.json dashboards: remove path!="/favicon.ico" filter from requests rate graphs 2023-11-16 19:29:46 +01:00
vmagent.json dashboards: remove path!="/favicon.ico" filter from requests rate graphs 2023-11-16 19:29:46 +01:00
vmalert.json dashboards/vmalert: add new panel Missed evaluations 2023-10-31 10:35:57 +01:00

VictoriaMetrics dashboards

The directory contains the official list of Grafana dashboards for VictoriaMetrics components. The vm folder contains copies of the listed dashboards but alternated to use VictoriaMetrics datasource.

The listed dashboards can be found on Grafana website.

When making changes to the dashboards in dashboards folder, don't forget to call make dashboards-sync and sync changes to Grafana website.