VictoriaMetrics/dashboards
Roman Khavronenko a4bd73ec7e
lib/promscrape: make concurrency control optional (#5073)
* lib/promscrape: make concurrency control optional

Before, `-maxConcurrentInserts` was limiting all calls to `promscrape.Parse`
function: during ingestion and scraping. This behavior is incorrect.
Cmd-line flag `-maxConcurrentInserts` should have effect onl on ingestion.

Since both pipelines use the same `promscrape.Parse` function, we extend it
to make concurrency limiter optional. So caller can decide whether concurrency
should be limited or not.

This commit makes c53b5788b4
obsolete.

Signed-off-by: hagen1778 <roman@victoriametrics.com>

* Revert "dashboards: move `Concurrent inserts` panel to Troubleshooting section"

This reverts commit c53b5788b4.

---------

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2023-10-02 21:32:11 +02:00
..
vm lib/promscrape: make concurrency control optional (#5073) 2023-10-02 21:32:11 +02:00
backupmanager.json dashboards: fix operator datasource variable (#3604) 2023-01-05 14:59:56 +01:00
clusterbytenant.json dashboards: fix operator datasource variable (#3604) 2023-01-05 14:59:56 +01:00
Makefile dashboards: provide copies of Grafana dashboards alternated with Vict… (#4905) 2023-08-29 11:06:55 +02:00
operator.json dashboards: bump operator dash to v9 of Grafana (#3642) 2023-01-12 16:31:26 +01:00
README.md dashboards: provide copies of Grafana dashboards alternated with Vict… (#4905) 2023-08-29 11:06:55 +02:00
victorialogs.json add annotation to VictoriaLogs dashboards - restarts and version change (#5008) 2023-09-15 15:12:23 +02:00
victoriametrics-cluster.json dashboards: correctly calculate Bytes per point value 2023-08-03 16:22:50 +02:00
victoriametrics.json dashboards/victoriametrics: account for instance filter in annotations 2023-09-20 14:50:03 +02:00
vmagent.json lib/promscrape: make concurrency control optional (#5073) 2023-10-02 21:32:11 +02:00
vmalert.json dashboards: add panels for absoulte value of mem and cpu usage by vmalert 2023-08-03 11:14:14 +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.