remove gum dependency on jaeger (#2106)

Co-authored-by: Marcin S <marcin@realemail.net>
This commit is contained in:
jserrat
2023-11-01 11:58:46 -03:00
committed by GitHub
parent 00b85c51df
commit 2726d5af65
5 changed files with 18 additions and 28 deletions
Generated
-12
View File
@@ -12257,15 +12257,10 @@ name = "polkadot-node-core-pvf-execute-worker"
version = "1.0.0"
dependencies = [
"cpu-time",
"futures",
"parity-scale-codec",
"polkadot-node-core-pvf-common",
"polkadot-parachain-primitives",
"polkadot-primitives",
"rayon",
"sp-core",
"sp-maybe-compressed-blob",
"sp-tracing",
"tracing-gum",
]
@@ -12274,19 +12269,13 @@ name = "polkadot-node-core-pvf-prepare-worker"
version = "1.0.0"
dependencies = [
"cfg-if",
"futures",
"libc",
"parity-scale-codec",
"polkadot-node-core-pvf-common",
"polkadot-parachain-primitives",
"polkadot-primitives",
"rayon",
"sc-executor",
"sc-executor-common",
"sc-executor-wasmtime",
"sp-io",
"sp-maybe-compressed-blob",
"sp-tracing",
"tikv-jemalloc-ctl",
"tracing-gum",
]
@@ -19103,7 +19092,6 @@ name = "tracing-gum"
version = "1.0.0"
dependencies = [
"coarsetime",
"polkadot-node-jaeger",
"polkadot-primitives",
"tracing",
"tracing-gum-proc-macro",