From e1850865fb835e4916808df89ceec22d65c52d1e Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 02:53:15 +0900 Subject: [PATCH] FIX(minio): enable ServiceMonitor for Prometheus - Enable ServiceMonitor to allow Prometheus direct scraping - Fix missing metrics in Grafana dashboard after OTel migration --- minio/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minio/helm-values.yaml b/minio/helm-values.yaml index 89e2bad..23a144b 100644 --- a/minio/helm-values.yaml +++ b/minio/helm-values.yaml @@ -110,7 +110,7 @@ tolerations: # Prometheus metrics metrics: serviceMonitor: - enabled: false + enabled: true # Enable ServiceMonitor for Prometheus scraping # Disable post-install job by setting all triggers to empty # Job is created if any of: buckets, users, policies, customCommands, svcaccts exist