Skip to content

Commit cf1ea6c

Browse files
authored
Merge branch 'main' into sync-flush
2 parents 0b34a78 + 32a43ca commit cf1ea6c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

examples/tracing-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ opentelemetry_sdk = { path = "../../opentelemetry-sdk", features = ["rt-tokio"]
1919
opentelemetry-stdout = { path = "../../opentelemetry-stdout", features = ["trace"] }
2020
prost = { workspace = true }
2121
tokio = { workspace = true, features = ["full"] }
22-
tonic = { workspace = true }
22+
tonic = { workspace = true, features = ["server"] }
2323

2424
[build-dependencies]
2525
tonic-build = { workspace = true }

opentelemetry-otlp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ opentelemetry_sdk = { features = ["trace", "rt-tokio", "testing"], path = "../op
5151
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
5252
futures-util = { workspace = true }
5353
temp-env = { workspace = true }
54+
tonic = { workspace = true, features = ["server"] }
5455

5556
[features]
5657
# telemetry pillars and functions

opentelemetry-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ default = ["full"]
3333
full = ["gen-tonic", "trace", "logs", "metrics", "zpages", "with-serde", "internal-logs"]
3434

3535
# crates used to generate rs files
36-
gen-tonic = ["gen-tonic-messages", "tonic/transport"]
36+
gen-tonic = ["gen-tonic-messages", "tonic/channel"]
3737
gen-tonic-messages = ["tonic", "prost"]
3838

3939
# telemetry pillars and functions

0 commit comments

Comments
 (0)