VictoriaMetrics/app/vmagent/remotewrite
Aliaksandr Valialkin c4df601f43 lib/promscrape: add the ability to limit the number of unique series per each scrape target
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
2021-09-01 16:08:12 +03:00
..
client.go app/vmagent/remotewrite: expose vmagent_remotewrite_send_duration_seconds_total metric 2021-08-15 13:34:07 +03:00
pendingseries.go app/vmagent/remotewrite: sort labels before sending the series to per-remoteWrite.url queues 2021-05-20 11:54:06 +03:00
relabel.go app/vmagent: follow-up after fe445f753b 2021-08-05 09:51:00 +03:00
remotewrite.go lib/promscrape: add the ability to limit the number of unique series per each scrape target 2021-09-01 16:08:12 +03:00
statconn.go all: make go vet happy 2021-03-17 00:48:44 +02:00