Skip to content

Commit 2a7e6ad

Browse files
committed
Fix otel http client breaking because of upstream changes
1 parent 8e5ae54 commit 2a7e6ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/per-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ jobs:
137137
with:
138138
compose-file: ./docker/docker-compose-ci.yaml
139139
- uses: Swatinem/rust-cache@v2
140-
- run: cargo integ-test test_docker_
140+
- run: cargo integ-test docker_

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lru = "0.13"
4444
mockall = "0.13"
4545
opentelemetry = { workspace = true, features = ["metrics"], optional = true }
4646
opentelemetry_sdk = { version = "0.29", features = ["rt-tokio", "metrics", "spec_unstable_metrics_views"], optional = true }
47-
opentelemetry-otlp = { version = "0.29", features = ["tokio", "metrics", "tls", "http-proto", "reqwest-client", "grpc-tonic"], optional = true }
47+
opentelemetry-otlp = { version = "0.29", default-features = false, features = ["tokio", "metrics", "tls", "http-proto", "reqwest-client", "grpc-tonic"], optional = true }
4848
opentelemetry-prometheus = { version = "0.29", optional = true }
4949
parking_lot = { version = "0.12", features = ["send_guard"] }
5050
pid = "4.0"

0 commit comments

Comments
 (0)