omni::telemetry::kTransmissionLimitSettingLeaf

Defined in omni/structuredlog/Telemetry.h

constexpr const char *const omni::telemetry::kTransmissionLimitSettingLeaf = "transmissionLimit"

This setting is an optional member of the kTransmitterSetting object.

The maximum number of bytes to send in one transmission to the server. Event messages will be sent in batches as large as possible up to this size. If more message data is available than this limit, it will be broken up into multiple transmission units. This must be less than or equal to the transmission limit of the endpoint the messages are being sent to. If this is larger than the server’s limit, large message buffers will simply be rejected and dropped. This defaults to 5MB.