-
Notifications
You must be signed in to change notification settings - Fork 3.1k
exporter/googlecloud: update the reference instead of the copy #40184
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
exporter/googlecloud: update the reference instead of the copy #40184
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.
This is probably testable in factory_test.go
should we add something? In essence "if feature gate is enabled then this value in the config should be the custom one"
83530df
to
98a83bf
Compare
There was a bug before where the copy was updated and not the reference. Signed-off-by: Ridwan Sharif <[email protected]>
98a83bf
to
00b6c84
Compare
I added a reflection based test. Let me know if there is a better way I don't know about |
…telemetry#40184) Fixes open-telemetry#40186 There was a bug before where the copy was updated and not the reference. Signed-off-by: Ridwan Sharif <[email protected]> Co-authored-by: Braydon Kains <[email protected]>
…telemetry#40184) Fixes open-telemetry#40186 There was a bug before where the copy was updated and not the reference. Signed-off-by: Ridwan Sharif <[email protected]> Co-authored-by: Braydon Kains <[email protected]>
Fixes #40186
There was a bug before where the copy was updated and not the reference.