Skip to content

Added OTELTracing #295

Open
davidigandan wants to merge 5 commits intomainfrom
otel-tracing
Open

Added OTELTracing #295
davidigandan wants to merge 5 commits intomainfrom
otel-tracing

Conversation

@davidigandan
Copy link

Added logic to extract DCID from messages and inject into span context.

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 22.22222% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.68%. Comparing base (b3e3ca4) to head (b28101b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #295      +/-   ##
==========================================
- Coverage   76.90%   76.68%   -0.22%     
==========================================
  Files          31       31              
  Lines        4533     4551      +18     
  Branches      322      327       +5     
==========================================
+ Hits         3486     3490       +4     
- Misses        978      991      +13     
- Partials       69       70       +1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines +230 to +231
except Exception as e:
self.log.warning(f"Failed to set DCID on trace span: {e}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this exception protecting against?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants