Expand description

Nested message and enum types in ReadBuffersResponse.

Structs§

  • Each streaming reply returns one or more slices for one or more trace packets, or even just a portion of it (if it’s too big to fit within one IPC). The returned slices are ordered and contiguous: packets’ slices are not interleaved and slices are sent only once all slices for a packet are available (i.e. the consumer will never see any gap).