-
Notifications
You must be signed in to change notification settings - Fork 24
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
Debug #1803
base: release-3.19
Are you sure you want to change the base?
Debug #1803
Conversation
df79253
to
61089fe
Compare
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.
Looks good, if we were to merge it I would argue against store copies of the collector configuration in other objects, but for the purpose of troubleshooting it is good enough as is.
AFAICT it's passed by reference in this PR, why would there be any copying involved? |
It's passed by reference to the constructors, but it is stored as a concrete value in these 2 places:
So you'll get copies in the end, if you delete the implicit copy constructor for |
Pass CollectorConfig to the ProcessSignalHandler and ProcessSignalFormatter. It's needed for the future work, involving conditional logic in the process handler.
35cbc8d
to
a5b5ce3
Compare
a5b5ce3
to
dff9081
Compare
Description
A dummy PR to create a debugging version of 3.19.2