You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: examples/grafana/README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,18 @@ Two Grafana dashboards have been included as examples for use in your environmen
6
6
7
7
Both Grafana dashboards provide a high-level picture of the request volume and success rate of all your applications in the mesh, and each have been included to provide two different references for consuming and rendering NGINX Service Mesh metrics data.
8
8
9
-
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.
9
+
You can import either or both example dashboards included in this directory into your Grafana deployment.
10
10
11
11
## Prerequisites
12
12
- Grafana version >= 6.6.0
13
13
- Prometheus datasource must be [configured](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source).
14
14
15
-
**Note:** If you are using the Prometheus server deployed by NGINX Service Mesh you can find the address by running [`nginx-meshctl config`](https://docs.nginx.com/nginx-service-mesh/reference/nginx-meshctl/#usage).
16
-
If you are using your own Prometheus server, make sure to add the NGINX Service Mesh [scrape config](../prometheus/README.md) to your Prometheus configuration.
15
+
**Note:** Make sure to add the NGINX Service Mesh [scrape config](../prometheus/README.md) to your Prometheus configuration.
17
16
18
17
## Installing Example Dashboards
19
18
20
19
To install an example dashboard using the Grafana UI follow these steps:
21
-
-Select the New Dashboard button and click Import.
20
+
-Click on Import under the Dashboards icon in the side menu.
22
21
- Upload the dashboard JSON, ex: [nginx-mesh-top.json](nginx-mesh-top.json), file or copy and paste the contents of the file in the textbox and click Load.
23
22
- Select the Prometheus data source you configured previously from the dropdown menu and click Import.
0 commit comments