-
Notifications
You must be signed in to change notification settings - Fork 600
Open
Labels
enhancementNew feature or requestNew feature or requesttriage:todoNeeds to be traiged.Needs to be traiged.
Description
Related Problems?
i wanted to use opentelemetry on a ESP32, but the sdk won't compile
--> /Users/gb/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.27.1/src/metrics/internal/mod.rs:12:37
|
12 | use std::sync::atomic::{AtomicBool, AtomicI64, AtomicU64, AtomicUsize, Ordering};
| ^^^^^^^^^ ^^^^^^^^^ no `AtomicU64` in `sync::atomic`
| |
| no `AtomicI64` in `sync::atomic`
|
help: a similar name exists in the module
|
12 | use std::sync::atomic::{AtomicBool, AtomicI32, AtomicU64, AtomicUsize, Ordering};
| ~~~~~~~~~
help: a similar name exists in the module
|
12 | use std::sync::atomic::{AtomicBool, AtomicI64, AtomicU32, AtomicUsize, Ordering};
Describe the solution you'd like:
it would be great to be able to use it :)
Considered Alternatives
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriage:todoNeeds to be traiged.Needs to be traiged.