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] Register missing operators #26453

Merged
merged 4 commits into from
Sep 6, 2023
Merged

[pkg/stanza] Register missing operators #26453

merged 4 commits into from
Sep 6, 2023

Conversation

jangaraj
Copy link
Contributor

@jangaraj jangaraj commented Sep 4, 2023

Description:
Registering missing operators, which may be a causing a problem, when OCB is used and missed operators are used in the OTEL collector config.

Link to tracking Issue: fixes #26452

Testing: NA

Documentation: NA

I'm not sure if input operators make sense. In theory there can be case, where users may need multiple inputs (e.g. syslog, journald) in one receiver, so they probably should be also registered.

@jangaraj jangaraj requested a review from djaglowski as a code owner September 4, 2023 21:56
@jangaraj jangaraj requested a review from a team September 4, 2023 21:56
Copy link
Member

@djaglowski djaglowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix @jangaraj.

Although I agree we need to add all parsers and transformers, we have intentionally omitted all input operators because these are presented as receivers. Similarly, we have included only the output operators which have been specifically requested for a use case.

@djaglowski
Copy link
Member

@jangaraj, please add a changelog entry. To do this, run make chlog-new and fill in the generated file.

@djaglowski djaglowski changed the title Register missing stanza operators [pkg/stanza] Register missing operators Sep 5, 2023
@djaglowski djaglowski merged commit 16db6ce into open-telemetry:main Sep 6, 2023
@github-actions github-actions bot added this to the next release milestone Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[receivers/tcplog] - syslog_parser not registered
4 participants