Skip to content

Issue-146: Tracing

Vsevolod Svirin requested to merge feature/issue-146_tracing_correlation_id into main

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, and if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a change that must be documented in the README.md file?

  • [No]

Updates description?

Add functionality to read the correlation-id from the request headers, and generate one if it's missing. Then pass this correlation-id to the client objects that work with OSDU services. Closes #146 (closed).

Merge request reports