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 HTTP protocol and TLS for OpenTelemetry traces exporter #126

Merged
merged 4 commits into from
Mar 19, 2024

Conversation

hgiasac
Copy link
Contributor

@hgiasac hgiasac commented Mar 19, 2024

  • Currently, the OTEL exporter can't connect to HTTPS endpoints due to missing tls and tls-roots features. This PR enables them.
  • By default, OTEL exporter shouldn't be enabled if --otlp-endpoint is empty. Currently the exporter is always running.
  • Users can switch to HTTP protocol with OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
  • Upgrade the latest dependencies for opentelemetry packages.
  • Allow configuring log level with RUST_LOG env variable.

@hgiasac hgiasac marked this pull request as ready for review March 19, 2024 08:54
@hgiasac hgiasac merged commit 86eabd5 into main Mar 19, 2024
8 checks passed
@hgiasac hgiasac deleted the otel-exporter-support-http-protocol branch March 19, 2024 10:59
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

Successfully merging this pull request may close these issues.

2 participants