fix(tempo): revert config override — resource_dimensions crashes Tempo 2.6.1 #228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-1103-revert-config-override"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
PR #227 added a
configoverride withprocessor.span_metrics.resource_dimensions: [host.name], but Tempo 2.6.1 doesn't supportresource_dimensions— it was added in Tempo 2.8.0. When ArgoCD syncs this config, Tempo crashes with:Fix
Remove the
configoverride entirely. This is a partial revert of #227 — the dashboard changes (host_name variable + filters) are kept since they're backward-compatible (default "All").The real fix for host.name filtering requires upgrading Tempo to >= 2.8.0 (chart >= 1.23.0), which will be tracked in a follow-up ticket.
Urgency
ArgoCD auto-sync will apply the broken config on next sync cycle — merge ASAP.