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 60a154c commit c824416Copy full SHA for c824416
tonic-tracing-opentelemetry/Cargo.toml
@@ -63,4 +63,6 @@ opentelemetry_sdk = { workspace = true, features = [
63
[features]
64
default = []
65
# to use level `info` instead of `trace` to create otel span
66
-tracing_level_info = []
+tracing_level_info = [
67
+ "tracing-opentelemetry-instrumentation-sdk/tracing_level_info",
68
+]
0 commit comments