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