From c2a18a382d1782e9abe19a7b16ac2cb812f56c0b Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Mon, 26 Aug 2024 13:20:21 +0530 Subject: [PATCH] Enable metrics generator --- charts/tempo/standalone/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/tempo/standalone/values.yaml b/charts/tempo/standalone/values.yaml index 58bb9339..3f3ff768 100644 --- a/charts/tempo/standalone/values.yaml +++ b/charts/tempo/standalone/values.yaml @@ -10,6 +10,9 @@ tempo: limits: cpu: 1 memory: 2Gi + metricsGenerator: + enabled: true + remoteWriteUrl: "http://kube-prometheus.monitoring:9090/api/v1/write" persistence: enabled: true