From fdc5dcca5d998bfc62abd2f391ca207fc0780f3a Mon Sep 17 00:00:00 2001 From: Daniel Edgar Date: Wed, 10 Jul 2024 07:38:30 -0400 Subject: [PATCH 1/2] Update Live Monitoring link Updated Live Monitoring link to point to the feature in the docs page, as the previous page has gone missing. Signed-off-by: Daniel Edgar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f4ee46..6eba51f8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ NGINX Prometheus exporter makes it possible to monitor NGINX or NGINX Plus using page](https://nginx.org/en/docs/http/ngx_http_stub_status_module.html#stub_status). [NGINX Plus](https://www.nginx.com/products/nginx/) provides a richer set of metrics via the [API](https://nginx.org/en/docs/http/ngx_http_api_module.html) and the [monitoring -dashboard](https://www.nginx.com/products/nginx/live-activity-monitoring/). NGINX Prometheus exporter fetches the +dashboard](https://docs.nginx.com/nginx/admin-guide/monitoring/live-activity-monitoring/). NGINX Prometheus exporter fetches the metrics from a single NGINX or NGINX Plus, converts the metrics into appropriate Prometheus metrics types and finally exposes them via an HTTP server to be collected by [Prometheus](https://prometheus.io/). From 4fdffe7e239b0224c1b54096e65d53db7a3c4836 Mon Sep 17 00:00:00 2001 From: Daniel Edgar Date: Wed, 10 Jul 2024 09:00:32 -0400 Subject: [PATCH 2/2] linter suggestion Co-authored-by: oseoin Signed-off-by: Daniel Edgar --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6eba51f8..3ddc3944 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ NGINX Prometheus exporter makes it possible to monitor NGINX or NGINX Plus using page](https://nginx.org/en/docs/http/ngx_http_stub_status_module.html#stub_status). [NGINX Plus](https://www.nginx.com/products/nginx/) provides a richer set of metrics via the [API](https://nginx.org/en/docs/http/ngx_http_api_module.html) and the [monitoring -dashboard](https://docs.nginx.com/nginx/admin-guide/monitoring/live-activity-monitoring/). NGINX Prometheus exporter fetches the -metrics from a single NGINX or NGINX Plus, converts the metrics into appropriate Prometheus metrics types and finally -exposes them via an HTTP server to be collected by [Prometheus](https://prometheus.io/). +dashboard](https://docs.nginx.com/nginx/admin-guide/monitoring/live-activity-monitoring/). NGINX Prometheus exporter +fetches the metrics from a single NGINX or NGINX Plus, converts the metrics into appropriate Prometheus metrics types +and finally exposes them via an HTTP server to be collected by [Prometheus](https://prometheus.io/). ## Getting Started