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 cdb0ff5 commit 76cb13dCopy full SHA for 76cb13d
opentelemetry-sdk/src/testing/metrics/metric_reader.rs
@@ -1,7 +1,7 @@
1
use crate::error::{OTelSdkError, OTelSdkResult};
2
use crate::metrics::Temporality;
3
use crate::metrics::{
4
- data::ResourceMetrics, pipeline::Pipeline, reader::MetricReader, InstrumentKind,
+ data::ResourceMetrics, instrument::InstrumentKind, pipeline::Pipeline, reader::MetricReader,
5
};
6
use std::sync::{Arc, Mutex, Weak};
7
use std::time::Duration;
0 commit comments