Commit fcfd8d0
fix(cli): keep observability metadata in record list output
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>1 parent e45ffab commit fcfd8d0
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments