fix(tempo): restore Tempo from CrashLoopBackOff by removing broken metricsGenerator #214

Merged
aaron merged 1 commit from plane/HOMELAB-1092-otel-homelab-integration into live 2026-06-06 06:48:05 +00:00
Owner

Fix

Removes the broken metricsGenerator and overrides blocks from Tempo values that caused CrashLoopBackOff in Tempo v2.6.1.

The metrics_generator field is not recognized by overrides.LegacyOverrides in 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

## Fix Removes the broken `metricsGenerator` and `overrides` blocks from Tempo values that caused CrashLoopBackOff in Tempo v2.6.1. The `metrics_generator` field is not recognized by `overrides.LegacyOverrides` in 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
fix(tempo): remove broken metricsGenerator config that caused CrashLoopBackOff
Some checks failed
0/0 projects applied successfully.
Lint & Validate / shellcheck (pull_request) Has been cancelled
CI Review / pr-title (pull_request) Has been cancelled
CI Review / helm-validate (pull_request) Has been cancelled
CI Review / ai-review (pull_request) Has been cancelled
Lint & Validate / terraform-validate (pull_request) Has been cancelled
Lint & Validate / yaml-lint (pull_request) Has been cancelled
bf74eee8ba
The overrides.defaults.metrics_generator field is not valid for Tempo v2.6.1,
causing all modules to fail. Removing the metricsGenerator block restores
Tempo to working order. TraceQL basic queries work without metrics_generator;
span-metrics aggregation will be added in a follow-up.

Refs: HOMELAB-1092
aaron merged commit 9aeafb236a into live 2026-06-06 06:48:05 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!214
No description provided.