From c2704834666e14588f09447e54330d2f0857bf5c Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Mon, 26 Aug 2024 13:21:50 +0530 Subject: [PATCH] Enable remote prometheus write --- charts/tempo/standalone/examples/persistent-volumes.yaml | 3 +++ charts/tempo/standalone/values.yaml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tempo/standalone/examples/persistent-volumes.yaml b/charts/tempo/standalone/examples/persistent-volumes.yaml index 023053b1..4d61f4e7 100644 --- a/charts/tempo/standalone/examples/persistent-volumes.yaml +++ b/charts/tempo/standalone/examples/persistent-volumes.yaml @@ -13,6 +13,9 @@ tempo: securityContext: privileged: true runAsUser: 0 + metricsGenerator: + enabled: true + remoteWriteUrl: "http://kube-prometheus.monitoring:9090/api/v1/write" persistence: enabled: true diff --git a/charts/tempo/standalone/values.yaml b/charts/tempo/standalone/values.yaml index 3f3ff768..58bb9339 100644 --- a/charts/tempo/standalone/values.yaml +++ b/charts/tempo/standalone/values.yaml @@ -10,9 +10,6 @@ tempo: limits: cpu: 1 memory: 2Gi - metricsGenerator: - enabled: true - remoteWriteUrl: "http://kube-prometheus.monitoring:9090/api/v1/write" persistence: enabled: true