fix(tempo): restore Tempo from CrashLoopBackOff by removing broken metricsGenerator #214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-1092-otel-homelab-integration"
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?
Fix
Removes the broken
metricsGeneratorandoverridesblocks from Tempo values that caused CrashLoopBackOff in Tempo v2.6.1.The
metrics_generatorfield is not recognized byoverrides.LegacyOverridesin Tempo v2.6.1. Removing it restores Tempo to working order. TraceQL basic queries (trace search,select()) work without metrics_generator; span-metrics aggregation will be added in a follow-up with proper config format.Refs: HOMELAB-1092