From 7632d375dccb8a042c4177814f94ac3a96c23198 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Apr 2026 21:06:05 -0500 Subject: [PATCH] feat: add metrics --- clusters/cl01tl/helm/loki/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/helm/loki/values.yaml b/clusters/cl01tl/helm/loki/values.yaml index 6661cc369..9857b9d6b 100644 --- a/clusters/cl01tl/helm/loki/values.yaml +++ b/clusters/cl01tl/helm/loki/values.yaml @@ -128,3 +128,5 @@ alloy: url = "http://loki-gateway.loki.svc.cluster.local:80/loki/api/v1/push" } } + serviceMonitor: + enabled: true