VictoriaMetrics/dashboards
Andrii Chubatiuk 861852f262
lib/streamaggr: added stale samples metric, added metrics labels (#6462)
### Describe Your Changes

- added stale metrics counters for input and output samples
- added labels for aggregator metrics =>
`name="{rwctx}:{aggrId}:{aggrSuffix}"`
   - rwctx - global or number starting from 1
   - aggrid - aggregator id starting from 1
   - aggrSuffix - <interval>_(by|without)_label1_label2_labeln
   e.g: `name="global:1:1m_without_instance_pod"`

### Checklist

The following checks are **mandatory**:

- [ ] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

---------

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>
2024-07-01 14:56:17 +02:00
..
vm lib/streamaggr: added stale samples metric, added metrics labels (#6462) 2024-07-01 14:56:17 +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: add dashboard and alerts for vmauth (#6491) 2024-06-25 11:15:29 +02:00
operator.json updating operator dashboard chart to be titled working instead of wokring (#6455) 2024-06-11 12:39:17 +04:00
README.md dashboards: provide copies of Grafana dashboards alternated with Vict… (#4905) 2023-08-29 11:06:55 +02:00
victorialogs.json dashboards: use $__interval variable for offsets and look-behind windows in annotations 2024-05-22 16:32:51 +02:00
victoriametrics-cluster.json dashboards: use $__interval variable for offsets and look-behind windows in annotations 2024-05-22 16:32:51 +02:00
victoriametrics.json dashboards: use $__interval variable for offsets and look-behind windows in annotations 2024-05-22 16:32:51 +02:00
vmagent.json lib/streamaggr: added stale samples metric, added metrics labels (#6462) 2024-07-01 14:56:17 +02:00
vmalert.json vmalert-dashboard: replace variable query metric (#6505) 2024-06-19 09:40:34 +02:00
vmauth.json dashboards: add dashboard and alerts for vmauth (#6491) 2024-06-25 11:15:29 +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.