Skip to content

Commit eee4985

Browse files
committed
merge conflict
1 parent da139b0 commit eee4985

File tree

1 file changed

+0
-1
lines changed
  • opentelemetry-sdk/src/metrics/internal

1 file changed

+0
-1
lines changed

opentelemetry-sdk/src/metrics/internal/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use aggregate::{is_under_cardinality_limit, STREAM_CARDINALITY_LIMIT};
1616
pub(crate) use aggregate::{AggregateBuilder, ComputeAggregation, Measure};
1717
pub(crate) use exponential_histogram::{EXPO_MAX_SCALE, EXPO_MIN_SCALE};
1818
use opentelemetry::{otel_warn, KeyValue};
19-
use std::sync::OnceLock;
2019

2120
// TODO Replace it with LazyLock once it is stable
2221
pub(crate) static STREAM_OVERFLOW_ATTRIBUTES: OnceLock<Vec<KeyValue>> = OnceLock::new();

0 commit comments

Comments
 (0)