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 36f6e58 commit 650ffb7Copy full SHA for 650ffb7
opentelemetry-sdk/src/metrics/reader.rs
@@ -3,7 +3,7 @@ use crate::error::OTelSdkResult;
3
use std::time::Duration;
4
use std::{fmt, sync::Weak};
5
6
-use super::{data::ResourceMetrics, pipeline::Pipeline, instrument::InstrumentKind, Temporality};
+use super::{data::ResourceMetrics, instrument::InstrumentKind, pipeline::Pipeline, Temporality};
7
8
/// The interface used between the SDK and an exporter.
9
///
0 commit comments