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

Fix featuregate for googlecloud exporter by not checking it during NewFactory #9116

Merged
merged 1 commit into from
Apr 9, 2022

Conversation

dashpole
Copy link
Contributor

@dashpole dashpole commented Apr 7, 2022

Related to open-telemetry/opentelemetry-collector#4967. While we debate how to address featuregates not working during NewFactory, make the featuregate in the googlecloud exporter work correctly.

Description:
Check the exporter.googlecloud.OTLPDirect featuregate during trace/metrics exporter creation, rather than factory creation.

Testing:

Manually tested with print statements to ensure feature gate flags are respected.

@dashpole dashpole requested a review from a team April 7, 2022 19:00
@dashpole dashpole added the bug Something isn't working label Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants