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

Support a secure grpc endpoint? #30

Open
abatilo opened this issue Sep 14, 2022 · 0 comments
Open

Support a secure grpc endpoint? #30

abatilo opened this issue Sep 14, 2022 · 0 comments

Comments

@abatilo
Copy link

abatilo commented Sep 14, 2022

Feature request

I'm using Honeycomb as my otel endpoint directly, without going to a local collector first. It looks like I'm unable to connect to their endpoint: api.honeycomb.io:443 because the gRPC client created by this project is requiring an insecure connection:

https://github.com/keyval-dev/opentelemetry-go-instrumentation/blob/a3b51e5242ff7026120530fa8aa3b0bbd4d5e170/pkg/opentelemetry/controller.go#L99

I would like to be able to configure that the gRPC client is configured expecting a secure connection so that I can connect directly to honeycomb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant