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

OpenTelemetry.Exporter.OpenTelemetryProtocol support #1791

Closed
cijothomas opened this issue Feb 5, 2021 · 2 comments
Closed

OpenTelemetry.Exporter.OpenTelemetryProtocol support #1791

cijothomas opened this issue Feb 5, 2021 · 2 comments

Comments

@cijothomas
Copy link
Member

As discussed in this issue, the 1.0 version of OpenTelemetry.Exporter.OpenTelemetryProtocol will not support secure channel (no https allowed).

Releases upto 1.0.0-rc2 allowed user to configure Credentials, GrpcChannelOptions, thereby allowing user to setup secure channel. This functionality is removed in 1.0.0-rc3 (and 1.0.0)

The plan is to release 1.1 soon, with proper support for secure channel. The exact mechanism of allowing configuration could be one of the following:

  1. Options as per the spec https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md, including in-flight spec changes: Add configuration for client TLS auth and rename variable for trusted… opentelemetry-specification#1375
  2. Bring back pre 1.0.0-rc2 model where user had ability to configure Grpc channel (via GrpcChannelOptions/Credentials)
  3. A combination of the above
  4. New model using the concept of a ConnectionString.

This post will be updated when the pre-release versions of 1.1 is released.
Please share any concerns/feedback in the original issue.

@cijothomas
Copy link
Member Author

There is a PR (#1795) which might help with addressing this in 1.0 itself.

@cijothomas
Copy link
Member Author

Basic support for TLS is merged as per 1795. Ability to support custom certificate file is planned to post 1.0 release.

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