From 381ad564a22339be3dc4da4e62d332fa1fa098d0 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 4 Nov 2020 20:31:43 +0200 Subject: [PATCH] docs/vmagent.md: update after 4c808d58bfb737a528a8e9ee0ed022d2ea9a412b --- app/vmagent/README.md | 5 +++-- docs/Single-server-VictoriaMetrics.md | 1 + docs/vmagent.md | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/vmagent/README.md b/app/vmagent/README.md index 099947c5b6..612a62108e 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 40b212b6dc..c110a6d908 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 87559d8880..612a62108e 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