Skip to content

docs(cli): mark loki as deprecated in favor of ClickHouse logs#131

Merged
samcm merged 1 commit into
masterfrom
qu0b/loki-deprecation-notice
Jun 8, 2026
Merged

docs(cli): mark loki as deprecated in favor of ClickHouse logs#131
samcm merged 1 commit into
masterfrom
qu0b/loki-deprecation-notice

Conversation

@qu0b

@qu0b qu0b commented Jun 6, 2026

Copy link
Copy Markdown
Member

What

Adds a deprecation notice to the panda loki command. Loki is being retired for container logs; users should query the ClickHouse OTel log tables instead.

  • Short: Query Loki logs (deprecated: use ClickHouse logs) — visible in panda --help
  • Long: a DEPRECATED: block pointing at the replacement tables:
    • Hosted (multi-VM) devnets/testnets → external.otel_logs (filter ResourceAttributes['network'])
    • Local Kurtosis devnets → otel.otel_logs (filter EnclaveName)

Why

Hosted devnet container logs now live in ClickHouse, not Loki — panda loki commands return "module not enabled" on hosted servers. This surfaces the replacement directly in the CLI help instead of leaving users to discover it from an error.

Scope

Help text only — no behavior change. Built, gofmt -s clean, rendered output verified.

Note: a separate branch (qu0b/cli-error-ergonomics, PR #130) adds the runtime loki→ClickHouse error redirect and the otel_logs alias. This PR is the minimal standalone deprecation notice on top of master.

Loki is being retired for container logs. Add a deprecation note to the loki
command's short/long help pointing users at the ClickHouse OTel log tables
(external.otel_logs hosted, otel.otel_logs local) queried via
'panda clickhouse query'.
@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Eval Smoke (opencode-go/deepseek-v4-flash)

2 tests  ±0   2 ✅ ±0   56s ⏱️ +8s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 9bf2cba. ± Comparison against base commit 89e3ed1.

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

🔭 Langfuse

View this run’s session (2 traces)

📊 Dataset run 4e5857f6 on panda-eval-smoke@qu0b-loki-deprecation-notice

@samcm samcm merged commit d8720b8 into master Jun 8, 2026
6 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