yetanotherco / aligned_layer

Aligned is a verification layer for zero-knowledge proofs using EigenLayer. Our mission is to accelerate the adoption of zero-knowledge and validity proofs on Ethereum.
https://alignedlayer.com/
MIT License
146 stars 342 forks source link

feat: improve observability #1215

Open uri-99 opened 1 month ago

uri-99 commented 1 month ago

On this first improvement of observability we aim to add OBS on:

PatStiles commented 1 month ago

Open telemetry has a rust sdk https://github.com/open-telemetry/opentelemetry-rust. It directly integrates into the tokio's tracing_suscriber crate. Here is a tutorial integrating it with jaeger https://tokio.rs/tokio/topics/tracing-next-steps. There is also an example here: https://github.com/open-telemetry/opentelemetry-rust/tree/main/examples/tracing-jaeger.