docs(cli): mark loki as deprecated in favor of ClickHouse logs#131
Merged
Conversation
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'.
Contributor
Contributor
🔭 LangfuseView this run’s session (2 traces) 📊 Dataset run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a deprecation notice to the
panda lokicommand. 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 inpanda --helpLong: aDEPRECATED:block pointing at the replacement tables:external.otel_logs(filterResourceAttributes['network'])otel.otel_logs(filterEnclaveName)Why
Hosted devnet container logs now live in ClickHouse, not Loki —
panda lokicommands 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 -sclean, rendered output verified.