You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently not possible to use fractional values for flushSeconds, e.g 0.1s. My suggestion is to change it to float. This shouldn't break backwards compatibility
Describe the issue
It is currently not possible to use fractional values for flushSeconds, e.g 0.1s. My suggestion is to change it to float. This shouldn't break backwards compatibility
To Reproduce
Expected behavior
ClusterFluentBitConfig supports fractional values for flushSeconds
Your Environment
How did you install fluent operator?
No response
Additional context
Even though official fluent-bit docs describe the value for Flush as int type, it is in fact a double
https://github.com/fluent/fluent-bit/blob/master/include/fluent-bit/flb_config.h#L49
The text was updated successfully, but these errors were encountered: