Skip to content

feat: pass correlationId through SDK API call stack to SDFileReader

Iurii Zhesson requested to merge slb-master-opentelemetry into slb-master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

First step in adding observability: add opentelemetry-cpp library installation to pipeline, mark few key points with telemetry trace spans when tracing is available. Improve AsyncReader: do not clone fileio::FileReader on each read. Refactor: remove unneeded includes and functions, add library generation CMake function, format source files involved, fix typos.

Edited by Iurii Zhesson

Merge request reports