From 69718a6c16a20b85590b7774d612a8c81e771cde Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 7 Jul 2022 21:21:28 +0300 Subject: [PATCH] docs/vmagent.md: clarify that vmagent supports Prometheus-compatible service discovery --- app/vmagent/README.md | 2 +- docs/vmagent.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 275ad2a26e..b6c6591405 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -12,7 +12,7 @@ While VictoriaMetrics provides an efficient solution to store and observe metric and RAM friendly to scrape metrics from Prometheus-compatible exporters into VictoriaMetrics. Also, we found that our user's infrastructure are like snowflakes in that no two are alike. Therefore we decided to add more flexibility to `vmagent` such as the ability to [accept metrics via popular push protocols](#how-to-push-data-to-vmagent) -additionally to [pulling them](#how-to-collect-metrics-in-prometheus-format). +additionally to [discovering Prometheus-compatible targets and scraping metrics from them](#how-to-collect-metrics-in-prometheus-format). ## Features diff --git a/docs/vmagent.md b/docs/vmagent.md index 6e92d468cf..7bbc00da09 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -16,7 +16,7 @@ While VictoriaMetrics provides an efficient solution to store and observe metric and RAM friendly to scrape metrics from Prometheus-compatible exporters into VictoriaMetrics. Also, we found that our user's infrastructure are like snowflakes in that no two are alike. Therefore we decided to add more flexibility to `vmagent` such as the ability to [accept metrics via popular push protocols](#how-to-push-data-to-vmagent) -additionally to [pulling them](#how-to-collect-metrics-in-prometheus-format). +additionally to [discovering Prometheus-compatible targets and scraping metrics from them](#how-to-collect-metrics-in-prometheus-format). ## Features