prometheus / client_rust

Prometheus / OpenMetrics client library in Rust
Apache License 2.0
469 stars 73 forks source link

Tracking issue for complete 32-bit support #207

Open navaati opened 2 months ago

navaati commented 2 months ago

There is a number of small issues making usage of the lib on 32-bit systems (such as embedded chips) impossible or limited. I’ll collate them in this issue with the relevant PRs when I or someone else tackle them, in order to avoid opening many issues but still remember the list.

navaati commented 2 months ago

@mxinden One thing I’m not sure about is Examplars: I know @brocaar added support for the encoding of them in #173 but I don’t don’t think there is tests for them in 32-bit sizes or if they require Atomics, as I don’t really know how to use them. So their support status on 32-bit machines is unknown to me.