Skip to content

Commit

Permalink
Enable Feature in otlp http example (open-telemetry#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Dec 12, 2024
1 parent e8a2878 commit 1da35a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-otlp/examples/basic-otlp-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
publish = false

[features]
default = ["reqwest"]
default = ["reqwest", "experimental_metrics_periodicreader_with_async_runtime"]
reqwest = ["opentelemetry-otlp/reqwest-client"]
hyper = ["opentelemetry-otlp/hyper-client"]
experimental_metrics_periodicreader_with_async_runtime = ["opentelemetry_sdk/experimental_metrics_periodicreader_with_async_runtime"]
Expand Down

0 comments on commit 1da35a9

Please sign in to comment.