mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-27 13:38:45 +03:00
The number of series per target can be limited with the following options: * Global limit with `-promscrape.maxSeriesPerTarget` command-line option. * Per-target limit with `max_series: N` option in `scrape_config` section. Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1561