Skip to main content

Module http_event_sink

Module http_event_sink 

Source

Structs§

HttpEventSink
HttpSinkConfig
Configuration for HttpEventSink’s transport: how much to buffer, how aggressively to shed load under backpressure, how much concurrency to allow, and how hard to retry each priority class.

Enums§

UploadPriority
Upload priority classes, drained strictly in this order (Metadata first, Traces last) and used to decide which items are shed first under backpressure. Mirrors the Unreal telemetry sink’s EUploadPriority.