Goals
Identify features of fluentbit and vector tjhat can be used to implement flow control as described in LOG-884 and linked epics. These include
- rate limiting at inbound and outbound stages
- drop and backpressure policies to enforce rate limits
- metrics to measure inbound/outbound log volume, dropped data etc.
Acceptance Criteria
- List of flow control features of vector and fluentd with pointers to relevant documentation.
- Examples of fluetnd/vector configuration to implement different flow control and rate limiting policies, decribed in
LOG-884and linked epics and design documents.