qpid-proton icon indicating copy to clipboard operation
qpid-proton copied to clipboard

[DRAFT] [cpp] Add distributed tracing using OpenTelemetry

Open DreamPearl opened this issue 4 years ago • 2 comments

PROTON-2487

  • Add the opentelemetry-cpp library dependencies
  • Add opentelemetry-cpp install/build steps in GHA
  • Add tracing.cpp file
    • Add tracing spans for messaging operations
    • Add basic attributes[delivery_tag, delivery_state, source_address, destination_address]
  • Add a tracing demo file in examples
  • Add a test file

DreamPearl avatar Jun 08 '21 16:06 DreamPearl

Codecov Report

Merging #319 (aef8cd8) into main (f022cf4) will not change coverage. The diff coverage is n/a.

:exclamation: Current head aef8cd8 differs from pull request most recent head 9f26992. Consider uploading reports for the commit 9f26992 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##             main     #319   +/-   ##
=======================================
  Coverage   88.34%   88.34%           
=======================================
  Files          47       47           
  Lines        2394     2394           
=======================================
  Hits         2115     2115           
  Misses        279      279           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f022cf4...9f26992. Read the comment docs.

codecov-commenter avatar Jun 08 '21 20:06 codecov-commenter

Continuing the changes in the new PR: https://github.com/apache/qpid-proton/pull/355

DreamPearl avatar Jan 19 '22 12:01 DreamPearl

PR https://github.com/apache/qpid-proton/pull/355 Merged. Closing this.

DreamPearl avatar Oct 28 '22 06:10 DreamPearl