From b7ac39d68c67a25bd53ed5813c52f1cbaa57297c Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 4 Jan 2026 15:34:39 +0900 Subject: [PATCH] FEAT(prometheus): enable Loki ServiceMonitor - Enable Loki ServiceMonitor for Prometheus metrics collection - Add monitoring configuration --- loki/helm-values.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/loki/helm-values.yaml b/loki/helm-values.yaml index 0fa604d..8666aa0 100644 --- a/loki/helm-values.yaml +++ b/loki/helm-values.yaml @@ -64,7 +64,7 @@ chunksCache: resultsCache: enabled: false -# Disable monitoring components +# Monitoring monitoring: selfMonitoring: enabled: false @@ -72,6 +72,14 @@ monitoring: installOperator: false lokiCanary: enabled: false + serviceMonitor: + enabled: true + interval: 60s + labels: + release: prometheus + relabelings: + - targetLabel: cluster + replacement: "mayne-cluster" # Test disabled test: