add pyroscope (#4871)
* pyroscope * fixup * add pyroscope target * fixins * spellcheck * rename 'pyroscoped' feature to 'pyroscope' * build testnet binary with pyroscope feature * Update Cargo.toml Co-authored-by:Andronik <write@reusable.software> * make args a string, resolve using std::net * fixup * remove --features pyroscope for testnet builds Until the panics are fixed in upstream, this is sane. * chore: bump pyroscope to 0.3.1 Fixes an underflow panic. * Revert "remove --features pyroscope for testnet builds" This reverts commit 57dbdc7aa5f6427aeb1e3dfdfc97071c3a74851e. * fix: Make sample rate a prime Co-authored-by:
Pierre Besson <pierre.besson@parity.io> Co-authored-by:
Andronik <write@reusable.software>
parent
7adde98f
Showing
- polkadot/.gitlab-ci.yml 1 addition, 1 deletionpolkadot/.gitlab-ci.yml
- polkadot/Cargo.lock 84 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 0 deletionspolkadot/Cargo.toml
- polkadot/cli/Cargo.toml 2 additions, 0 deletionspolkadot/cli/Cargo.toml
- polkadot/cli/src/cli.rs 8 additions, 1 deletionpolkadot/cli/src/cli.rs
- polkadot/cli/src/command.rs 42 additions, 1 deletionpolkadot/cli/src/command.rs
- polkadot/cli/src/error.rs 14 additions, 0 deletionspolkadot/cli/src/error.rs
Please register or sign in to comment