Expand description
Things directly related to logging.
Structs§
- Dense arrow-based storage of N rows of multi-component multi-temporal data for a specific entity.
- Implements an asynchronous batcher that coalesces
PendingRow
s intoChunk
s based upon the thresholds defined in the associatedChunkBatcherConfig
. - Defines the different thresholds of the associated
ChunkBatcher
. - A unique ID for a
crate::Chunk
. - A single row’s worth of data (i.e. a single log call).
- A unique ID for a row’s worth of data within a chunk.
- A
Chunk
that is ready for transport. Obtained by callingChunk::to_transport
.
Enums§
- Errors that can occur when creating/manipulating a
ChunkBatcher
. - Errors that can occur when creating/manipulating a
Chunk
s, directly or indirectly through the use of acrate::ChunkBatcher
. - The most general log message sent from the SDK to the server.