Skip to content

Commit

Permalink
Support HTTP protocol and TLS for OpenTelemetry traces exporter (#126)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
hgiasac authored Mar 19, 2024
1 parent 5891cfb commit 86eabd5
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 95 deletions.
Loading

0 comments on commit 86eabd5

Please sign in to comment.