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
Copy file name to clipboardExpand all lines: docs/user-guide/monitoring.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Monitoring
2
2
3
3
Two different methods to install and configure Prometheus and Grafana are described in this doc.
4
+
4
5
* Prometheus and Grafana installation using Pod Annotations. This installs Prometheus and Grafana in the same namespace as NGINX Ingress
5
6
* Prometheus and Grafana installation using Service Monitors. This installs Prometheus and Grafana in two different namespaces. This is the preferred method, and helm charts supports this by default.
6
7
@@ -15,7 +16,7 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
15
16
16
17
- The Ingress-Nginx Controller should already be deployed according to the deployment instructions [here](../deploy/index.md).
17
18
18
-
- The controller should be configured for exporting metrics. This requires 3 configurations to the controller. These configurations are:
19
+
- The controller should be configured for exporting metrics. This requires 3 configurations to the controller. These configurations are:
0 commit comments