We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da139b0 commit eee4985Copy full SHA for eee4985
opentelemetry-sdk/src/metrics/internal/mod.rs
@@ -16,7 +16,6 @@ use aggregate::{is_under_cardinality_limit, STREAM_CARDINALITY_LIMIT};
16
pub(crate) use aggregate::{AggregateBuilder, ComputeAggregation, Measure};
17
pub(crate) use exponential_histogram::{EXPO_MAX_SCALE, EXPO_MIN_SCALE};
18
use opentelemetry::{otel_warn, KeyValue};
19
-use std::sync::OnceLock;
20
21
// TODO Replace it with LazyLock once it is stable
22
pub(crate) static STREAM_OVERFLOW_ATTRIBUTES: OnceLock<Vec<KeyValue>> = OnceLock::new();
0 commit comments