Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
re-add the not i accidently added
  • Loading branch information
mellowagain committed Sep 12, 2023
commit 9c870dd98a95119a60e58ff6b20d45503d14bf37
4 changes: 2 additions & 2 deletions autometrics/src/otel_push_exporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ pub fn init_grpc_with_timeout_period(

#[cfg(all(
feature = "otel-push-exporter-tokio",
any(
not(any(
feature = "otel-push-exporter-tokio-current-thread",
feature = "otel-push-exporter-async-std"
)
))
))]
fn runtime() -> OtlpMetricPipeline<opentelemetry_sdk::runtime::Tokio> {
return opentelemetry_otlp::new_pipeline().metrics(opentelemetry_sdk::runtime::Tokio);
Expand Down