diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 099947c5b..612a62108 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -219,8 +219,9 @@ It accepts optional `show_original_labels=1` query arg, which shows the original This information may be useful for debugging target relabeling. * `http://vmagent-host:8429/api/v1/targets`. This handler returns data compatible with [the corresponding page from Prometheus API](https://prometheus.io/docs/prometheus/latest/querying/api/#targets). -* `http://vmagent-host:8429/ready` - this handler returns http 200 status code when `vmagent` finishes initialization for all service_discovery configs. - It may be useful, when you have many entries at `-promscrape.config` and want to perform `vmagent` rolling update without scrape loss. +* `http://vmagent-host:8429/ready`. This handler returns http 200 status code when `vmagent` finishes initialization for all service_discovery configs. +It may be useful for performing `vmagent` rolling update without scrape loss. + ### Troubleshooting diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 40b212b6d..c110a6d90 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -38,6 +38,7 @@ See [features available for enterprise customers](https://github.com/VictoriaMet * [Brandwatch](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/CaseStudies#brandwatch) * [Adsterra](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/CaseStudies#adsterra) * [ARNES](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/CaseStudies#arnes) +* [Idealo.de](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/CaseStudies#idealode) ## Prominent features diff --git a/docs/vmagent.md b/docs/vmagent.md index 87559d888..612a62108 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -219,8 +219,9 @@ It accepts optional `show_original_labels=1` query arg, which shows the original This information may be useful for debugging target relabeling. * `http://vmagent-host:8429/api/v1/targets`. This handler returns data compatible with [the corresponding page from Prometheus API](https://prometheus.io/docs/prometheus/latest/querying/api/#targets). -* `http://vmagent-host:8429/ready` - this handler returns http 200 status code, when `vmagent` finished initialization for all service_discovery configs. - It may be useful, when you have a lof of entries at promscrape.config and want to perform `vmagent` rolling update without metrics loss. +* `http://vmagent-host:8429/ready`. This handler returns http 200 status code when `vmagent` finishes initialization for all service_discovery configs. +It may be useful for performing `vmagent` rolling update without scrape loss. + ### Troubleshooting