Skip to content

fix(cli): keep observability metadata in record list output#174

Merged
lxsaah merged 2 commits into
mainfrom
feat/cli-keep-observability-metadata
Jul 10, 2026
Merged

fix(cli): keep observability metadata in record list output#174
lxsaah merged 2 commits into
mainfrom
feat/cli-keep-observability-metadata

Conversation

@lxsaah

@lxsaah lxsaah commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

The AimX server attaches signal_stats/stage_profiling/buffer metrics to record.list when built with observability, but those RecordMetadata fields are themselves cfg-gated — a client compiled without the feature silently drops them on deserialize, so 'record list --format json' showed no signal gauges even when the server sent them. Enable aimdb-core/observability for the CLI so the fields round-trip.

lxsaah and others added 2 commits July 10, 2026 17:30
The AimX server attaches signal_stats/stage_profiling/buffer metrics to
record.list when built with observability, but those RecordMetadata fields
are themselves cfg-gated — a client compiled without the feature silently
drops them on deserialize, so 'record list --format json' showed no signal
gauges even when the server sent them. Enable aimdb-core/observability for
the CLI so the fields round-trip.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@lxsaah lxsaah marked this pull request as ready for review July 10, 2026 19:59
@lxsaah lxsaah merged commit cebe402 into main Jul 10, 2026
7 checks passed
@lxsaah lxsaah deleted the feat/cli-keep-observability-metadata branch July 10, 2026 19:59
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.

1 participant