Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion examples/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down