aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

feat(telemetry): implement telemetry for aggregator

Open JuArce opened this issue 1 year ago • 0 comments

Description

This issue supersedes #936

The aggregator has to communicate to the telemetry_api using HTTP endpoints The telemetry_api will handle traces creation

Tasks

  • [x] Docker compose with Otel Collector and Jaeger UI
  • [x] Init traces on NewTask
  • [ ] Add span on Operator responses
  • [ ] Add span on Quorum Reached
  • [ ] Add span on Tasks errors (ie task expired)
  • [ ] Close traces after a period of time the quorum was reached to wait for most operators responses

JuArce avatar Sep 25 '24 03:09 JuArce