From 6f061dab19202f345655f0cf3d6ee66d34248100 Mon Sep 17 00:00:00 2001 From: Aaron France Date: Thu, 23 Sep 2021 15:51:02 +0200 Subject: [PATCH] fix: typo in vmagent.md (#1642) --- docs/vmagent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmagent.md b/docs/vmagent.md index 340a83503..66b5398b3 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -754,7 +754,7 @@ See the docs at https://docs.victoriametrics.com/vmagent.html . The maximum size of scrape response in bytes to process from Prometheus targets. Bigger responses are rejected Supports the following optional suffixes for size values: KB, MB, GB, KiB, MiB, GiB (default 16777216) -promscrape.noStaleMarkers - Whether to disable seding Prometheus stale markers for metrics when scrape target disappears. This option may reduce memory usage if stale markers aren't needed for your setup. See also https://docs.victoriametrics.com/vmagent.html#stream-parsing-mode + Whether to disable sending Prometheus stale markers for metrics when scrape target disappears. This option may reduce memory usage if stale markers aren't needed for your setup. See also https://docs.victoriametrics.com/vmagent.html#stream-parsing-mode -promscrape.openstackSDCheckInterval duration Interval for checking for changes in openstack API server. This works only if openstack_sd_configs is configured in '-promscrape.config' file. See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#openstack_sd_config for details (default 30s) -promscrape.seriesLimitPerTarget int