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:
2026-01-10 02:53:15 +09:00
parent f16a9e9c6c
commit e1850865fb

View File

@@ -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