You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this useful plugin, unfortunately I didn't succeed to get process information even with actix-web-prometheus = {version = "0.1.2", features = ["process"]} in my cargo.toml.
Is there any additional operation to do ?
The text was updated successfully, but these errors were encountered:
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /.../.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5/src/lib.rs:99:26
|
99 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))]
| ^^^^^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not compile `rustix` due to previous error
Hello,
Thank you for this useful plugin, unfortunately I didn't succeed to get process information even with
actix-web-prometheus = {version = "0.1.2", features = ["process"]}
in my cargo.toml.Is there any additional operation to do ?
The text was updated successfully, but these errors were encountered: