FIX(minio): enable ServiceMonitor for Prometheus
- Enable ServiceMonitor to allow Prometheus direct scraping - Fix missing metrics in Grafana dashboard after OTel migration
This commit is contained in:
@@ -110,7 +110,7 @@ tolerations:
|
|||||||
# Prometheus metrics
|
# Prometheus metrics
|
||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: true # Enable ServiceMonitor for Prometheus scraping
|
||||||
|
|
||||||
# Disable post-install job by setting all triggers to empty
|
# Disable post-install job by setting all triggers to empty
|
||||||
# Job is created if any of: buckets, users, policies, customCommands, svcaccts exist
|
# Job is created if any of: buckets, users, policies, customCommands, svcaccts exist
|
||||||
|
|||||||
Reference in New Issue
Block a user