-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
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.
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.
@jangaraj, please add a changelog entry. To do this, run |
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.