send memory usage and cpu usage to telemetry (#499)
* send memory usage and cpu usage to telemetry Fixes #443, however, it doesn't send IO usage, as it's not available in this crate. * fixes according to Gav's comments * fix grumbles, send basictypes in telemetry
Showing
- substrate/Cargo.lock 13 additions, 0 deletionssubstrate/Cargo.lock
- substrate/substrate/cli/Cargo.toml 1 addition, 0 deletionssubstrate/substrate/cli/Cargo.toml
- substrate/substrate/cli/src/informant.rs 15 additions, 1 deletionsubstrate/substrate/cli/src/informant.rs
- substrate/substrate/cli/src/lib.rs 1 addition, 0 deletionssubstrate/substrate/cli/src/lib.rs
- substrate/substrate/telemetry/src/lib.rs 1 addition, 1 deletionsubstrate/substrate/telemetry/src/lib.rs
Please register or sign in to comment