VictoriaMetrics/dashboards
Zhu Jiekun cd2222aa95
dashboards: fix query for full ETA vm_free_disk_space_bytes - vm_free_disk_space_limit_bytes (#7355)
### Describe Your Changes

Fix https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7334

available disk space should be 
```
(vm_free_disk_space_bytes{job=~...} - vm_free_disk_space_limit_bytes{job=~...})
```
instead of 
```
vm_free_disk_space_bytes{job=~...}
```

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).
2024-10-25 15:09:14 +02:00
..
vm dashboards: fix query for full ETA vm_free_disk_space_bytes - vm_free_disk_space_limit_bytes (#7355) 2024-10-25 15:09:14 +02:00
backupmanager.json deployment: update backupmanager dashboard to be compatible with Grafana 10 2024-04-29 12:35:25 +02:00
clusterbytenant.json dashboards: update statistic by tenant dashboard, fix billing disk usage pie panel (#6521) 2024-06-27 09:29:25 +02:00
Makefile dashboards: updates operator dashboard (#7139) 2024-09-30 15:35:39 +02:00
operator.json dashboards: updates operator dashboard (#7139) 2024-09-30 15:35:39 +02:00
README.md docs: update refereneces to victoriametrics-datasource plugin 2024-07-05 09:46:17 +02:00
victorialogs.json deployment: add panel and alerts for displying go scheduler latency (#7078) 2024-09-23 16:54:42 +02:00
victoriametrics-cluster.json dashboards: fix query for full ETA vm_free_disk_space_bytes - vm_free_disk_space_limit_bytes (#7355) 2024-10-25 15:09:14 +02:00
victoriametrics.json dashboards: fix query for full ETA vm_free_disk_space_bytes - vm_free_disk_space_limit_bytes (#7355) 2024-10-25 15:09:14 +02:00
vmagent.json dashboards: fix vmagent monitoring chart descriptions (#7283) 2024-10-17 12:12:47 +02:00
vmalert.json deployment: add panel and alerts for displying go scheduler latency (#7078) 2024-09-23 16:54:42 +02:00
vmauth.json dashboards: fix wrong templating for vmauth 2024-07-02 13:08:11 +02: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.