Skip to content

Commit 1da35a9

Browse files
authored
Enable Feature in otlp http example (#2416)
1 parent e8a2878 commit 1da35a9

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/examples/basic-otlp-http

1 file changed

+1
-1
lines changed

opentelemetry-otlp/examples/basic-otlp-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
publish = false
77

88
[features]
9-
default = ["reqwest"]
9+
default = ["reqwest", "experimental_metrics_periodicreader_with_async_runtime"]
1010
reqwest = ["opentelemetry-otlp/reqwest-client"]
1111
hyper = ["opentelemetry-otlp/hyper-client"]
1212
experimental_metrics_periodicreader_with_async_runtime = ["opentelemetry_sdk/experimental_metrics_periodicreader_with_async_runtime"]

0 commit comments

Comments
 (0)