aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

feat(telemetry): Add opentelemetry to batcher

Open PatStiles opened this issue 1 year ago • 0 comments

Adds opentelemetry traces to the batcher using tracing-opentelemetry.

TODO:

  • [ ] Format tracing logs to be less verbose.

To Test:

  1. Run anvil
make anvil_start_with_block_time
  1. Run aggregator
make aggregator_start
  1. Run batcher
make batcher_start_local
  1. Build operator
make operator_register_and_start
  1. Send proofs
make batcher_send_burst_groth16
  1. Go to Jaeger UI and find the new traces
Screenshot 2024-10-11 at 17 10 38

PatStiles avatar Oct 11 '24 20:10 PatStiles