Skip to content

Commit 650ffb7

Browse files
committed
cf
1 parent 36f6e58 commit 650ffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::error::OTelSdkResult;
33
use std::time::Duration;
44
use std::{fmt, sync::Weak};
55

6-
use super::{data::ResourceMetrics, pipeline::Pipeline, instrument::InstrumentKind, Temporality};
6+
use super::{data::ResourceMetrics, instrument::InstrumentKind, pipeline::Pipeline, Temporality};
77

88
/// The interface used between the SDK and an exporter.
99
///

0 commit comments

Comments
 (0)