Skip to content

Removed unused configuration from the README #167

@tanaka-takayoshi

Description

@tanaka-takayoshi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions