Improve Network Spans (#2169)
* utility functions for erasure-coding threshold * add candidate-hash tag to candidate jaeger spans * debug implementation for jaeger span * add a span to each live candidate in availability dist. * availability span covers only our piece * fix tests * keep span alive slightly longer * remove spammy bitfield-gossip-received log * Revert "remove spammy bitfield-gossip-received log" This reverts commit 831a2db506d66f64ea516af3caf891e8643f5c43. * add claimed validator to bitfield-gossip span * add peer-id to handle-incoming span * add peer-id to availability distribution span * Update node/network/availability-distribution/src/lib.rs Co-authored-by:Bernhard Schuster <bernhard@ahoi.io> * Update erasure-coding/src/lib.rs Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> * Update node/subsystem/src/jaeger.rs Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io>
Showing
- polkadot/erasure-coding/src/lib.rs 16 additions, 3 deletionspolkadot/erasure-coding/src/lib.rs
- polkadot/node/network/availability-distribution/src/lib.rs 214 additions, 118 deletionspolkadot/node/network/availability-distribution/src/lib.rs
- polkadot/node/network/availability-distribution/src/tests.rs 19 additions, 3 deletionspolkadot/node/network/availability-distribution/src/tests.rs
- polkadot/node/network/bitfield-distribution/src/lib.rs 10 additions, 2 deletionspolkadot/node/network/bitfield-distribution/src/lib.rs
- polkadot/node/network/statement-distribution/src/lib.rs 4 additions, 0 deletionspolkadot/node/network/statement-distribution/src/lib.rs
- polkadot/node/subsystem/src/jaeger.rs 11 additions, 2 deletionspolkadot/node/subsystem/src/jaeger.rs
Please register or sign in to comment