diff --git a/app/vmagent/README.md b/app/vmagent/README.md index d64958dba8..539dde3084 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -295,12 +295,12 @@ You can read more about relabeling in the following articles: `vmagent` sends [Prometheus staleness markers](https://www.robustperception.io/staleness-and-promql) to `-remoteWrite.url` in the following cases: * If they are passed to `vmagent` via [Prometheus remote_write protocol](#prometheus-remote_write-proxy). -* If the metric disappears from the list of scraped metrics, then stale marker is sent to this particular metrics. +* If the metric disappears from the list of scraped metrics, then stale marker is sent to this particular metric. * If the scrape target becomes temporarily unavailable, then stale markers are sent for all the metrics scraped from this target. * If the scrape target is removed from the list of targets, then stale markers are sent for all the metrics scraped from this target. * Stale markers are sent for all the scraped metrics on graceful shutdown of `vmagent`. -Prometheus staleness markers aren't sent in [stream parsing mode](#stream-parsing-mode) or if `-promscrape.noStaleMarkers` command-line is set. +Prometheus staleness markers aren't sent to `-remoteWrite.url` in [stream parsing mode](#stream-parsing-mode) or if `-promscrape.noStaleMarkers` command-line is set. ## Stream parsing mode diff --git a/docs/vmagent.md b/docs/vmagent.md index adb1b3b9e2..2d5ce4a55e 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -299,12 +299,12 @@ You can read more about relabeling in the following articles: `vmagent` sends [Prometheus staleness markers](https://www.robustperception.io/staleness-and-promql) to `-remoteWrite.url` in the following cases: * If they are passed to `vmagent` via [Prometheus remote_write protocol](#prometheus-remote_write-proxy). -* If the metric disappears from the list of scraped metrics, then stale marker is sent to this particular metrics. +* If the metric disappears from the list of scraped metrics, then stale marker is sent to this particular metric. * If the scrape target becomes temporarily unavailable, then stale markers are sent for all the metrics scraped from this target. * If the scrape target is removed from the list of targets, then stale markers are sent for all the metrics scraped from this target. * Stale markers are sent for all the scraped metrics on graceful shutdown of `vmagent`. -Prometheus staleness markers aren't sent in [stream parsing mode](#stream-parsing-mode) or if `-promscrape.noStaleMarkers` command-line is set. +Prometheus staleness markers aren't sent to `-remoteWrite.url` in [stream parsing mode](#stream-parsing-mode) or if `-promscrape.noStaleMarkers` command-line is set. ## Stream parsing mode