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

Remove extra closing parenthesis in sub-config error #10480

Closed
rogercoll opened this issue Jun 28, 2024 · 1 comment
Closed

Remove extra closing parenthesis in sub-config error #10480

rogercoll opened this issue Jun 28, 2024 · 1 comment

Comments

@rogercoll
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Formatting issue in confmap error: https://github.com/open-telemetry/opentelemetry-collector/blob/main/confmap/confmap.go#L140

The error contains an extra closing parenthesis: unexpected sub-config value kind for key:%s value:%v kind:%v)

Describe the solution you'd like

Remove the closing parenthesis: unexpected sub-config value kind for key:%s value:%v kind:%v

Additional context

Found while adding unmarshall tests in the geoip contrib processor: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33268/files#diff-9137db5fde5eb0d6870425c0023cec1a5bdfe92f58f8a72e278b55635afc6e95R48

@mx-psi
Copy link
Member

mx-psi commented Aug 20, 2024

Fixed by #10479

@mx-psi mx-psi closed this as completed Aug 20, 2024
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

2 participants