[codex] Normalize service telemetry rows - #4
Merged
Conversation
…vice-telemetry-rows-v2 # Conflicts: # bin/cli.js # package.json
philcunliffe
marked this pull request as ready for review
April 23, 2026 21:58
platypii
approved these changes
Apr 23, 2026
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 changed
/v1/logs,/v1/traces, and/v1/metricsservices/<service>/browse tree to one JSON row per log record, span, or metric data pointlogs/,traces/, andmetrics/files as raw OTLP payload archiveslogs-by-service/as a compatibility mirror for normalized logsCOLLECTIVUS_PORTandCOLLECTIVUS_OUTPUT_DIRso launchd-managed desktop installs start cleanlyservices/<service>/*.jsonlfiles into normalized rows on startup and preserved the old raw envelopes underservices-raw/Why
The desktop and webapp now browse telemetry by service. That browse path needs per-entry rows, not raw OTLP envelopes, or the UI loses the single-row log shape and can’t treat traces and metrics consistently.
At the same time, Gas City and other OTLP/HTTP clients were sending protobuf payloads, which the collector previously rejected with
415 Unsupported Media Type.User impact
services/<service>/logs-*.jsonl,traces-*.jsonl, andmetrics-*.jsonlas normalized row-oriented filesValidation
npm run lintnpm testnpm run typecheck127.0.0.1:4318