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

[pkg/stanza] Remove helper.OutputIDs type #14543

Merged

Conversation

djaglowski
Copy link
Member

This struct was originally introduced to allow for custom unmarshaling behavior (specifically to unmarshal either a string or []string). However, this is already default behavior in the collector due to the decode hooks used. Therefore, this struct is unnecessary and can be replaced by []string.

This struct was originally introduced to allow for custom unmarshaling
behavior (specifically to unmarshal either a string or []string).
However, this is already default behavior in the collector due to the
decode hooks used. Therefore, this struct is unnecessary and can be
replaced by []string.
@djaglowski djaglowski added Skip Changelog PRs that do not require a CHANGELOG.md entry pkg/stanza and removed Skip Changelog PRs that do not require a CHANGELOG.md entry labels Sep 27, 2022
@djaglowski djaglowski marked this pull request as ready for review September 27, 2022 18:37
@djaglowski djaglowski requested review from a team and jpkrohling September 27, 2022 18:37
@djaglowski djaglowski merged commit 760ef4c into open-telemetry:main Sep 27, 2022
@djaglowski djaglowski deleted the pkg-stanza-cleanup-writer branch September 27, 2022 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg/stanza Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants