Add tls-roots feature to opentelemetry_otlp to support exporting traces over https (#7987)

This commit is contained in:
Jimmy Chen
2025-09-03 18:05:09 +10:00
committed by GitHub
parent a93cafee08
commit 10e72df331
3 changed files with 60 additions and 10 deletions

View File

@@ -198,7 +198,7 @@ node_test_rig = { path = "testing/node_test_rig" }
num_cpus = "1"
once_cell = "1.17.1"
opentelemetry = "0.30.0"
opentelemetry-otlp = { version = "0.30.0", features = ["grpc-tonic"] }
opentelemetry-otlp = { version = "0.30.0", features = ["grpc-tonic", "tls-roots"] }
opentelemetry_sdk = "0.30.0"
operation_pool = { path = "beacon_node/operation_pool" }
parking_lot = "0.12"