mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Add tls-roots feature to opentelemetry_otlp to support exporting traces over https (#7987)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user