filecoin-saturn / L1-node

Filecoin Saturn L1 Node • The edge cache layer of Filecoin's decentralized CDN 🪐
Other
140 stars 50 forks source link

Tracing #337

Open willscott opened 1 year ago

willscott commented 1 year ago

Bifrost makes use of the traceparent http header for span tracing.

Saturn should consider implementation of spans and of tracing exports for diagnostics https://github.com/ipfs/bifrost-gateway/issues/68

hacdias commented 1 year ago

The equivalent library to what we use in JS is https://opentelemetry.io/docs/instrumentation/js/getting-started/nodejs/