Expand description
Tools for adding timpestamp metadata to a Record Batch.
This is used for latency measurements.
Structs§
- Timestamp
Metadata - Timestamps about this batch; used for latency measurements.
Constants§
- KEY_
TIMESTAMP_ SDK_ IPC_ ENCODE - When was this batch sent by the SDK gRPC log sink?
- KEY_
TIMESTAMP_ VIEWER_ IPC_ DECODED - When was this batch last decoded from IPC bytes by the gRPC server (presumably in the viewer)?
Functions§
- encode_
timestamp - We encode time as seconds since the Unix epoch,
with nanosecond precision, e.g.
1700000000.012345678. - now_
timestamp - We encode time as seconds since the Unix epoch,
with nanosecond precision, e.g.
1700000000.012345678. - parse_
timestamp - We encode time as seconds since the Unix epoch,
with nanosecond precision, e.g.
1700000000.012345678.