FIX(cert-manager): enable ServiceMonitor for Prometheus
- Enable ServiceMonitor to allow Prometheus direct scraping - Fix missing metrics in Grafana dashboard after OTel migration - Cert-manager uses exported_namespace label which requires ServiceMonitor
This commit is contained in:
@@ -66,5 +66,5 @@ affinity:
|
|||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: true
|
||||||
servicemonitor:
|
servicemonitor:
|
||||||
enabled: false
|
enabled: true # Enable ServiceMonitor for Prometheus scraping
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user