-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[internal/stanza] Add support for []string in converter.go #9887
[internal/stanza] Add support for []string in converter.go #9887
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me, but please update the changelog entry
CHANGELOG.md
Outdated
@@ -51,6 +51,7 @@ | |||
- `tanzuobservabilityexporter`: Make metrics stanza in config be optional (#9098) | |||
- `filelogreceiver`: Update Kubernetes examples to fix native OTel logs collection issue where 0 length logs cause errors (#9754) | |||
- `logstransformprocessor`: Resolve node ordering to fix intermittent failures (#9761) | |||
- `stanzaconverterfix`: Add string array as possible type for converting log record entries (#9887) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The entry needs to refer to specific components. In this case, it affects several log receivers, so those should be enumerated.
- `stanzaconverterfix`: Add string array as possible type for converting log record entries (#9887) | |
- `filelog`, `journald`, `syslog`, `tcplog`, `udplog`: Add support for []string type for converting log record entries (#9887) |
…metry#9887) * added fix to include string array type to converter * updated changelog * updated Changelog entry
Description:
Fixing a bug - adding string array as possible type for converting log record entries and parsing them out
Link to tracking Issue:
Currently blocking this PR #9228
Testing:
Documentation: