Skip to content

Commit

Permalink
more TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Nov 26, 2024
1 parent 2b1e9bd commit 7dc536e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opentelemetry-sdk/src/metrics/internal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub(crate) use exponential_histogram::{EXPO_MAX_SCALE, EXPO_MIN_SCALE};
use opentelemetry::{otel_warn, KeyValue};
use std::sync::OnceLock;

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

#[inline]
Expand Down

0 comments on commit 7dc536e

Please sign in to comment.