From cc3ccde6e03e2c756aa529e7c615af8b01d7b9ca Mon Sep 17 00:00:00 2001 From: Kate Osborn Date: Wed, 13 Apr 2022 09:11:46 -0600 Subject: [PATCH] Fix broken links --- examples/grafana/README.md | 4 ++-- examples/prometheus/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/grafana/README.md b/examples/grafana/README.md index c7474a0c..2ce9550c 100644 --- a/examples/grafana/README.md +++ b/examples/grafana/README.md @@ -8,7 +8,7 @@ Both Grafana dashboards provide a high-level picture of the request volume and s NGINX Service Mesh deploys Grafana and adds `NGINX Mesh Top` as the default dashboard. If you prefer to use an existing Grafana deployment, you can import either or both example dashboards included in this directory. -## Prerequisties +## Prerequisites - Grafana version >= 6.6.0 - Prometheus datasource must be [configured](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source). @@ -41,4 +41,4 @@ The default NGINX Mesh Top dashboard includes the following stats and graphs: ## Customizing your own Dashboard -NGINX Service Mesh exposes NGINX Plus metrics in Prometheus format that can be used to create your own panels and custom dashboards. For a list of available metrics, labels, and example Prometheus queries, see the [Traffic Metrics guide](https://docs.nginx.com/nginx-service-mesh/guides/traffic-metrics/). +NGINX Service Mesh exposes NGINX Plus metrics in Prometheus format that can be used to create your own panels and custom dashboards. For a list of available metrics, labels, and example Prometheus queries, see the [Traffic Metrics guide](https://docs.nginx.com/nginx-service-mesh/guides/prometheus-metrics/). diff --git a/examples/prometheus/README.md b/examples/prometheus/README.md index c7cec532..707db425 100644 --- a/examples/prometheus/README.md +++ b/examples/prometheus/README.md @@ -36,7 +36,7 @@ port `8887` and the path `/metrics`. All metrics collected from this job are pub the `nginxplus` namespace. For a list of available metrics, labels, and example Prometheus queries, check out the [Traffic -Metrics](https://docs.nginx.com/nginx-service-mesh/guides/traffic-metrics/) +Metrics](https://docs.nginx.com/nginx-service-mesh/guides/prometheus-metrics/) guide.