We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
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
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
The text was updated successfully, but these errors were encountered:
Fixed by #10479
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: