celestiaorg / celestia-node

Celestia Data Availability Nodes
Apache License 2.0
929 stars 925 forks source link

metrics(share/p2p): distributed tracing for shrex #2569

Open walldiss opened 1 year ago

walldiss commented 1 year ago

Implementation ideas

Span info could be transferred over wire allowing to track results of individual traces across distributed network. It is very powerful tool for monitoring and debugging distributed system and we can utilise it in node. In order for this feature to work, tracing exporting should happen from both client and server and to be collected to the same jaeger.

Implementation idea
Add option to support distributed tracing on both client and server.

ramin commented 8 months ago

this might be relevant and useful as we probe and crawl the p2p network