From 5bc8b7ed8c4232219a968f271d9e4841101bd6e8 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 5 Mar 2026 10:42:43 -0800 Subject: [PATCH] Fix local-blocks processor: add traces_storage path The local-blocks processor requires its own dedicated traces WAL (traces_storage.path), separate from the ingester WAL and the metrics generator WAL. Without it, the processor fails with "local blocks processor requires traces wal". Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/tempo/tempo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/manifests/tempo/tempo.yaml b/argocd/manifests/tempo/tempo.yaml index 0a8c2c7..c145d59 100644 --- a/argocd/manifests/tempo/tempo.yaml +++ b/argocd/manifests/tempo/tempo.yaml @@ -34,6 +34,8 @@ metrics_generator: remote_write: - url: http://prometheus.monitoring.svc.cluster.local:9090/api/v1/write send_exemplars: true + traces_storage: + path: /var/tempo/generator/traces processor: span_metrics: dimensions: