Skip to content

Restore Jaeger tracing regressed in 198cb4b (+ pin tempo/keycloak)#71

Merged
obokaman-com merged 2 commits into
mainfrom
fix/playground-startup-and-tracing
Jun 4, 2026
Merged

Restore Jaeger tracing regressed in 198cb4b (+ pin tempo/keycloak)#71
obokaman-com merged 2 commits into
mainfrom
fix/playground-startup-and-tracing

Conversation

@obokaman-com

@obokaman-com obokaman-com commented Jun 4, 2026

Copy link
Copy Markdown
Member

Valik Solorzano (Zebra) sent over this fixes. The tracing one turned out to be a real regression on our side (nice catch!).

Jaeger tracing had quietly broken back in April. Commit 198cb4b recompiled the Flexible Config from a template that still had an old Jaeger bug, undoing a 2024 fix that had only ever been applied to the compiled krakend.json (never the template). It reverted three things at once: the jaeger host (back to the jaeeger typo), the debug_jaeger exporter (traces disabled), and trace_sample_rate (1 → 0.5). First commit restores all three, this time in the template too, so a recompile won't wipe it again.

Second commit pins two images Valik hit on startup: tempo (latest had drifted to 3.x and broke its config) → 2.6.0, and keycloak (26.0 crashes on Apple Silicon) → 26.2.

Thanks Valik!

Commit 198cb4b (Apr 15 2026) recompiled the Flexible Config from a
template that still carried an old Jaeger bug, reverting a 2024 hand-fix
(c7eae17) that had only ever been applied to the compiled krakend.json --
never to the template. That broke Jaeger tracing, reverting three values
at once:

  - jaeger host: jaeger -> jaeeger (nonexistent host)
  - debug_jaeger exporter disable_traces: false -> true
  - trace_sample_rate: 1 -> 0.5

Restores the original values, fixing them in both the FC template and the
compiled krakend.json so a recompile won't revert them again.
- grafana/tempo:latest drifted to 3.x and broke the tempo.yaml schema
  -> pin to 2.6.0
- keycloak:26.0 crashes with SIGILL on aarch64 (Apple Silicon)
  -> bump to 26.2
@obokaman-com obokaman-com merged commit 3fcf397 into main Jun 4, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants