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.
2 parents bfd2873 + 1da35a9 commit 0b29e76Copy full SHA for 0b29e76
opentelemetry-otlp/examples/basic-otlp-http/Cargo.toml
@@ -6,7 +6,7 @@ license = "Apache-2.0"
6
publish = false
7
8
[features]
9
-default = ["reqwest"]
+default = ["reqwest", "experimental_metrics_periodicreader_with_async_runtime"]
10
reqwest = ["opentelemetry-otlp/reqwest-client"]
11
hyper = ["opentelemetry-otlp/hyper-client"]
12
experimental_metrics_periodicreader_with_async_runtime = ["opentelemetry_sdk/experimental_metrics_periodicreader_with_async_runtime"]
0 commit comments