We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc536e commit d5c4a54Copy full SHA for d5c4a54
opentelemetry-sdk/src/trace/provider.rs
@@ -77,7 +77,6 @@ use std::sync::{Arc, OnceLock};
77
78
use super::IdGenerator;
79
80
-// TODO Replace with LazyLock once it is stable
81
static PROVIDER_RESOURCE: OnceLock<Resource> = OnceLock::new();
82
83
// a no nop tracer provider used as placeholder when the provider is shutdown
0 commit comments