Docs: Improve formatting in monitoring.md. (#13241)

Co-authored-by: Dezhi Wu <hi@5xx.io>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-04-20 04:30:59 -07:00 committed by GitHub
parent 41a861e928
commit 02704ad30c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
# Monitoring # Monitoring
Two different methods to install and configure Prometheus and Grafana are described in this doc. Two different methods to install and configure Prometheus and Grafana are described in this doc.
* Prometheus and Grafana installation using Pod Annotations. This installs Prometheus and Grafana in the same namespace as NGINX Ingress * Prometheus and Grafana installation using Pod Annotations. This installs Prometheus and Grafana in the same namespace as NGINX Ingress
* 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. * 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.