-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(agent): Avoid panic by checking for skip_processors_after_aggregators #16477
Conversation
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
I feel like this check should have been places somewhere else, because now the same code snippet now already exists 3 times in the codebase, and maybe probably another place to put it is forgotten.
I would also take into account the |
@Hipska it's not possible to put this somewhere else as e.g. in |
Logging framework? You are calling |
Summary
Check for the option not being set and issue a warning just as we do for normal runs...
Checklist
Related issues
resolves #16399