We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9867496 commit 8053616Copy full SHA for 8053616
1 file changed
init-tracing-opentelemetry/Cargo.toml
@@ -13,12 +13,15 @@ license.workspace = true
13
14
[dependencies]
15
opentelemetry = { workspace = true }
16
-opentelemetry-aws = { workspace = true, optional = true }
+opentelemetry-aws = { workspace = true, optional = true, features = ["trace"] }
17
opentelemetry-jaeger = { workspace = true, features = [
18
"rt-tokio",
19
], optional = true }
20
opentelemetry-jaeger-propagator = { workspace = true, optional = true }
21
-opentelemetry-otlp = { workspace = true, optional = true }
+opentelemetry-otlp = { workspace = true, optional = true, features = [
22
+ "grpc-tonic",
23
+ "trace",
24
+] }
25
opentelemetry-stdout = { workspace = true, features = [
26
"trace",
27
0 commit comments