Skip to content

Commit

Permalink
fix: enable tls for opentelemetry grpc (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw authored Jun 12, 2024
1 parent 90db7b6 commit fe94ba2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ metrics = { version = "=0.23.0", optional = true }
metrics-exporter-prometheus = { version = "=0.15.0", optional = true }
opentelemetry = "=0.23.0"
opentelemetry_sdk = { version = "=0.23.0", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "=0.16.0", features = ["http-proto", "reqwest-client", "reqwest-rustls"] }
opentelemetry-otlp = { version = "=0.16.0", features = ["http-proto", "reqwest-client", "reqwest-rustls", "tls", "tls-roots"] }
sentry = "=0.34.0"
sentry-tracing = "=0.34.0"
tracing = { version = "=0.1.40", features = ["attributes"] }
Expand Down

0 comments on commit fe94ba2

Please sign in to comment.