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 bc831cd commit a3b56f1Copy full SHA for a3b56f1
opentelemetry-sdk/src/metrics/periodic_reader.rs
@@ -409,7 +409,7 @@ impl<E: PushMetricExporter> PeriodicReaderInner<E> {
409
410
// Relying on futures executor to execute async call.
411
// TODO: Pass timeout to exporter
412
- futures_executor::block_on(self.exporter.export(&rm))
+ futures_executor::block_on(self.exporter.export(rm))
413
}
414
415
fn force_flush(&self) -> OTelSdkResult {
0 commit comments