FluentBitFields
FluentBitFields is a data structure used in the Fluent Bit logging and metrics processor, designed to efficiently store and manage metadata associated with log records. It is implemented as a bit field, where each bit represents a specific attribute or flag. This approach allows for compact and fast storage, as multiple attributes can be stored in a single integer value.
The FluentBitFields structure is particularly useful in high-performance logging systems where minimizing memory usage and maximizing
The structure typically includes fields for common log attributes such as the log level, whether the log
FluentBitFields is integrated into the core of Fluent Bit, enabling it to handle large volumes of log