app/vmagent/README.md: mention that vmagent exposes target statuses at /targets page

This commit is contained in:
Aliaksandr Valialkin 2020-02-25 18:15:52 +02:00
parent 4c4448b66e
commit e453880084

View File

@ -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