Sending Queue

A sending queue is a buffer that stores telemetry data temporarily before sending it to the destination. The sending queue ensures that telemetry data is not lost due to network connectivity issues or server outages and helps to minimize the number of network connections required for efficient transmission.

Parameter
Type
Default
Description

sending_queue_enabled

bool

true

Enable to buffer telemetry data temporarily before sending

sending_queue_num_consumers

int

10

The number of consumers that dequeue batches.

sending_queue_queue_size

int

5000

Maximum number of batches kept in memory before dropping.

Last updated

Was this helpful?