Remove jaeger #4995
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
I9-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
T0-node
This PR/Issue is related to the topic “node”.
T8-polkadot
This PR/Issue is related to/affects the Polkadot network.
In the past, jaeger spans were used for 2 purposes:
Now that we have better tools for all of them, and seems like the need for spans no longer exists.
So now jaeger is providing no value with a cpu cost. Along with quite big code blocks which make it harder to understand the logic in the code.
Also we can consider removing gum tracing which is a wrapping around tracing integrated with jaeger.
The text was updated successfully, but these errors were encountered: