docs: change postgres links to go version (#13496)
Ilya Mashchenko committed
Aug 9, 2022 at 09:17 UTC
1140ee1ecd147f96d3b3cd4b2d99b9f617207a5b
2 files changed
+22
-20
collectors/COLLECTORS.md
+2
-1
@@ -131,7 +131,8 @@ configure any of these collectors according to your setup and infrastructure.
131
- [OracleDB](/collectors/python.d.plugin/oracledb/README.md): Monitor database performance and health metrics.
132
- [Pika](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/pika/): Gather metric, such as clients,
133
memory usage, queries, and more from the Redis interface-compatible database.
134
-- [Postgres](/collectors/python.d.plugin/postgres/README.md): Collect database health and performance metrics.
134
+- [Postgres](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/postgres): Collect database health
135
+ and performance metrics.
136
- [ProxySQL](/collectors/python.d.plugin/proxysql/README.md): Monitor database backend and frontend performance
137
metrics.
138
- [Redis](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/redis/): Monitor status from any
docs/collect/application-metrics.md
+20
-19
@@ -21,25 +21,26 @@ charts under **Users**, and per-user group charts under **User Groups**.
21
22
Our most popular application collectors:
23
24
-- [Prometheus endpoints](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/prometheus): Gathers
25
- metrics from one or more Prometheus endpoints that use the OpenMetrics exposition format. Autodetects more than 600
26
- endpoints.
27
-- [Web server logs (Apache, NGINX)](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/weblog/):
28
- Tail access logs and provide very detailed web server performance statistics. This module is able to parse 200k+
29
- rows in less than half a second.
30
-- [MySQL](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/mysql/): Collect database global,
31
- replication, and per-user statistics.
32
-- [Redis](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/redis): Monitor database status by reading the server's response to the `INFO`
33
- command.
34
-- [Apache](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/apache/): Collect Apache web
35
- server performance metrics via the `server-status?auto` endpoint.
36
-- [Nginx](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/nginx/): Monitor web server
37
- status information by gathering metrics via `ngx_http_stub_status_module`.
38
-- [Postgres](/collectors/python.d.plugin/postgres/README.md): Collect database health and performance metrics.
39
-- [ElasticSearch](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/elasticsearch): Collect search engine performance and health
40
- statistics. Optionally collects per-index metrics.
41
-- [PHP-FPM](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/phpfpm/): Collect application
42
- summary and processes health metrics by scraping the status page (`/status?full`).
24
+- [Prometheus endpoints](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/prometheus): Gathers
25
+ metrics from one or more Prometheus endpoints that use the OpenMetrics exposition format. Auto-detects more than 600
26
+ endpoints.
27
+- [Web server logs (Apache, NGINX)](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/weblog/):
28
+ Tail access logs and provide very detailed web server performance statistics. This module is able to parse 200k+
29
+ rows in less than half a second.
30
+- [MySQL](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/mysql/): Collect database global,
31
+ replication, and per-user statistics.
32
+- [Redis](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/redis): Monitor database status by
33
+ reading the server's response to the `INFO` command.
34
+- [Apache](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/apache/): Collect Apache web server
35
+ performance metrics via the `server-status?auto` endpoint.
36
+- [Nginx](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/nginx/): Monitor web server status
37
+ information by gathering metrics via `ngx_http_stub_status_module`.
38
+- [Postgres](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/postgres): Collect database health
39
+ and performance metrics.
40
+- [ElasticSearch](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/elasticsearch): Collect search
41
+ engine performance and health statistics. Optionally collects per-index metrics.
42
+- [PHP-FPM](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/phpfpm/): Collect application summary
43
+ and processes health metrics by scraping the status page (`/status?full`).
44
45
Our [supported collectors list](/collectors/COLLECTORS.md#service-and-application-collectors) shows all Netdata's
46
application metrics collectors, including those for containers/k8s clusters.