Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change fluentbit flushSeconds type to float64 #1406

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

jjsiv
Copy link
Collaborator

@jjsiv jjsiv commented Nov 8, 2024

What this PR does / why we need it:

This changes the type of flushSeconds for fluentbit from int64 to float64 in order to support fractional values

Which issue(s) this PR fixes:

Fixes #1405

Does this PR introduced a user-facing change?

This change allows setting fractional values for ClusterFluentBitConfig and FluentBitConfig .spec.service.flushSeconds. Shouldn't break compatibility with current int type

Additional documentation, usage docs, etc.:


@benjaminhuo benjaminhuo merged commit b16f2eb into fluent:master Nov 12, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: fluent-bit flushSeconds should support fractional values
2 participants