From 25c570dae71569aa07d05917ff0cfe62ff3ffbbc Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 25 Feb 2020 18:15:52 +0200 Subject: [PATCH] app/vmagent/README.md: mention that `vmagent` exposes target statuses at `/targets` page --- app/vmagent/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 20781cc74b..432a902cd3 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -118,9 +118,11 @@ Read more about relabeling in the following articles: ### Monitoring -`vmagent` exports various metrics in Prometheus exposition format at `/metrics` page. It is recommended setting up regular scraping of this page +`vmagent` exports various metrics in Prometheus exposition format at `http://vmagent-host:8429/metrics` page. It is recommended setting up regular scraping of this page either via `vmagent` itself or via Prometheus, so the exported metrics could be analyzed later. +`vmagent` also exports target statuses at `http://vmagent-host:8429/targets` page in plaintext format. + ### Troubleshooting