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 30a5f75 commit 3b15802Copy full SHA for 3b15802
opentelemetry-sdk/src/metrics/meter.rs
@@ -2,7 +2,6 @@ use core::fmt;
2
use std::{borrow::Cow, sync::Arc};
3
4
use opentelemetry::{
5
- global,
6
metrics::{
7
AsyncInstrumentBuilder, Counter, Gauge, Histogram, HistogramBuilder, InstrumentBuilder,
8
InstrumentProvider, MetricError, MetricResult, ObservableCounter, ObservableGauge,
0 commit comments