Patch Changes
- 473543f: Add process and binary memory-footprint attributes to the spans under
Plug_shape_get(shape_get.api.load_shape_info,shape_get.plug.serve_subset_response,shape_get.plug.serve_shape_log,shape_get.plug.stream_chunk, and the root span itself). Long-lived shape requests now exposememory.start.{process,binary}_bytes/memory.end.{process,binary}_bytes(and per-chunkmemory.{process,binary}_byteson stream-chunk spans), making memory growth across a request queryable in the span viewer. - ed48bba: Add per-shape
electric.shape.response_size.bytestelemetry distribution, tagged byroot_table,is_live, andstack_id. Operators can now attribute response payload volume to individual shapes and tell initial snapshots apart from live long-poll responses.