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

Removed unused configuration from the README #167

Open
tanaka-takayoshi opened this issue Oct 8, 2024 · 0 comments
Open

Removed unused configuration from the README #167

tanaka-takayoshi opened this issue Oct 8, 2024 · 0 comments

Comments

@tanaka-takayoshi
Copy link

I received a support case that some parameters are no longer available.
README says maxBufferSize and maxRecords are deprecated.

https://github.com/newrelic/newrelic-fluent-bit-output

func checkDeprecatedConfigFields(ctx unsafe.Pointer) {
checkDeprecatedConfigField(ctx, "maxBufferSize")
checkDeprecatedConfigField(ctx, "maxRecords")
checkDeprecatedConfigField(ctx, "maxTimeBetweenFlushes")
}

However, as far as I reviewed this repo, these parameters are not used now.

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

No branches or pull requests

1 participant