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 940cb5a commit 707a34eCopy full SHA for 707a34e
opentelemetry-sdk/src/metrics/view.rs
@@ -1,6 +1,6 @@
1
use super::instrument::{Instrument, Stream};
2
use glob::Pattern;
3
-use opentelemetry::metrics::{MetricError, MetricResult},
+use opentelemetry::metrics::{MetricError, MetricResult};
4
5
fn empty_view(_inst: &Instrument) -> Option<Stream> {
6
None
0 commit comments