-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update components using configgrpc.ToDialOptions and confighttp.ToClient to the new interfaces. #3438
Comments
@pavankrish123 - Are you taking this or should I? I'm going to start if you haven't. |
Starting now. |
The final list of components that were modified: Exporters:
Receivers:
Extensions:
|
@pavankrish123 - Could we change the title to "Update components with Client Auth Extension changes" or something of that sort? This work impacted receivers, extensions, and exporters in this contrib repo. |
Done @gramidt - Let me know |
Is your feature request related to a problem? Please describe.
open-telemetry/opentelemetry-collector#3128 in the core introduces changes to ToDialOptions and ToClient methods to use configuration from extensions to get hold of authentication configuration for clients.
Describe the solution you'd like
Additional context
These exporters use the interfaces above.
The text was updated successfully, but these errors were encountered: