summaryrefslogtreecommitdiffstats
path: root/docs/collect
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-05-02 18:15:33 +0300
committerGitHub <noreply@github.com>2022-05-02 18:15:33 +0300
commit90c2fcb838dc711e6706713510b0d07916d94829 (patch)
tree1b2214257e670eb9b4184dd1c4048f773abb9e24 /docs/collect
parent272b61424c9a8eb90e30aa5eccd31eacac233e7c (diff)
chore(python.d): remove python.d/* announced in v1.34.0 deprecation notice (#12796)
Diffstat (limited to 'docs/collect')
-rw-r--r--docs/collect/application-metrics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/collect/application-metrics.md b/docs/collect/application-metrics.md
index 5af58b1057..ffd6b0ac03 100644
--- a/docs/collect/application-metrics.md
+++ b/docs/collect/application-metrics.md
@@ -36,7 +36,7 @@ Our most popular application collectors:
- [Nginx](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/nginx/): Monitor web server
status information by gathering metrics via `ngx_http_stub_status_module`.
- [Postgres](/collectors/python.d.plugin/postgres/README.md): Collect database health and performance metrics.
-- [ElasticSearch](/collectors/python.d.plugin/elasticsearch/README.md): Collect search engine performance and health
+- [ElasticSearch](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/elasticsearch): Collect search engine performance and health
statistics. Optionally collects per-index metrics.
- [PHP-FPM](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/phpfpm/): Collect application
summary and processes health metrics by scraping the status page (`/status?full`).