observability: tracing gum, automatically cross ref traceID (#5079)
* add some gum * bump expander * gum * fix all remaining issues * last fixup * Update node/gum/proc-macro/src/lib.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * change * netowrk * fixins * chore * allow optional fmt str + args, prep for expr as kv field * tracing -> gum rename fallout * restrict further * allow multiple levels of field accesses * another round of docs and a slip of the pen * update ADR * fixup lock fiel * use target: instead of target= * minors * fix * chore * Update node/gum/README.md Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com>
Showing
- polkadot/Cargo.lock 55 additions, 31 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 2 additions, 0 deletionspolkadot/Cargo.toml
- polkadot/core-primitives/src/lib.rs 8 additions, 0 deletionspolkadot/core-primitives/src/lib.rs
- polkadot/node/collation-generation/Cargo.toml 1 addition, 1 deletionpolkadot/node/collation-generation/Cargo.toml
- polkadot/node/collation-generation/src/lib.rs 13 additions, 13 deletionspolkadot/node/collation-generation/src/lib.rs
- polkadot/node/core/approval-voting/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/approval-voting/Cargo.toml
- polkadot/node/core/approval-voting/src/criteria.rs 6 additions, 6 deletionspolkadot/node/core/approval-voting/src/criteria.rs
- polkadot/node/core/approval-voting/src/import.rs 17 additions, 21 deletionspolkadot/node/core/approval-voting/src/import.rs
- polkadot/node/core/approval-voting/src/lib.rs 41 additions, 43 deletionspolkadot/node/core/approval-voting/src/lib.rs
- polkadot/node/core/approval-voting/src/tests.rs 3 additions, 3 deletionspolkadot/node/core/approval-voting/src/tests.rs
- polkadot/node/core/av-store/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/av-store/Cargo.toml
- polkadot/node/core/av-store/src/lib.rs 13 additions, 13 deletionspolkadot/node/core/av-store/src/lib.rs
- polkadot/node/core/av-store/src/tests.rs 3 additions, 3 deletionspolkadot/node/core/av-store/src/tests.rs
- polkadot/node/core/backing/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/backing/Cargo.toml
- polkadot/node/core/backing/src/lib.rs 18 additions, 18 deletionspolkadot/node/core/backing/src/lib.rs
- polkadot/node/core/bitfield-signing/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/bitfield-signing/Cargo.toml
- polkadot/node/core/bitfield-signing/src/lib.rs 5 additions, 5 deletionspolkadot/node/core/bitfield-signing/src/lib.rs
- polkadot/node/core/candidate-validation/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/candidate-validation/Cargo.toml
- polkadot/node/core/candidate-validation/src/lib.rs 8 additions, 8 deletionspolkadot/node/core/candidate-validation/src/lib.rs
- polkadot/node/core/chain-api/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/chain-api/Cargo.toml
Please register or sign in to comment