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

[otel] Update otel-collector config #1180

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

mcarlett
Copy link
Contributor

to avoid startup error:

Error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):

error decoding 'processors': error reading configuration for "batch": decoding failed due to the following error(s):

'send_batch_size' expected type 'uint32', got unconvertible type 'string', value: '10000'

Hint: Temporarily restore the previous behavior by disabling
the confmap.strictlyTypedInput feature gate. More details at:
open-telemetry/opentelemetry-collector#10552
2024/10/21 19:00:15 collector server run finished with error: failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):

error decoding 'processors': error reading configuration for "batch": decoding failed due to the following error(s):

'send_batch_size' expected type 'uint32', got unconvertible type 'string', value: '10000'

Hint: Temporarily restore the previous behavior by disabling
the confmap.strictlyTypedInput feature gate. More details at:
open-telemetry/opentelemetry-collector#10552

@mcarlett mcarlett requested review from avano and Croway October 21, 2024 20:04
@tnb-bot
Copy link
Contributor

tnb-bot bot commented Oct 21, 2024

Dependency changes

No diff

See the workflow run

@mcarlett mcarlett force-pushed the update-otel-collector branch from 8615e41 to 145ecc4 Compare October 21, 2024 20:15
@avano avano force-pushed the update-otel-collector branch from 145ecc4 to a70d153 Compare October 22, 2024 06:28
@avano avano merged commit b60efa0 into tnb-software:main Oct 22, 2024
2 of 3 checks passed
@mcarlett mcarlett deleted the update-otel-collector branch October 22, 2024 06:30
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.

2 participants