Skip to content

Conversation

@javier-aliaga
Copy link
Contributor

@javier-aliaga javier-aliaga commented Jan 13, 2026

Description

Part of dapr/dapr#9189

This pr contains:

  • Propagation the traceinformation from the dapr -> durable-task -> workflow activities
  • Durable task refactor to simplify durable task workers
  • Populate traceparent info in the activity context

Test repo: https://github.com/javier-aliaga/dapr-java-samples

Version 1.16.0

In previous version the trace information was not propagated to the workflow application

imagen imagen

Version 1.17.0

New version propagates the trace information and also populate the activity context with the traceparent

imagen imagen

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@javier-aliaga javier-aliaga force-pushed the workflow-tracing branch 2 times, most recently from 71de013 to 3ab4c5f Compare January 15, 2026 17:14
@javier-aliaga javier-aliaga changed the title wip: tracing feat: Propagate tracing info Jan 16, 2026
@javier-aliaga javier-aliaga marked this pull request as ready for review January 16, 2026 12:41
@javier-aliaga javier-aliaga requested review from a team as code owners January 16, 2026 12:41
@codecov
Copy link

codecov bot commented Jan 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.92%. Comparing base (d759c53) to head (8227a3d).
⚠️ Report is 250 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1619      +/-   ##
============================================
+ Coverage     76.91%   78.92%   +2.01%     
- Complexity     1592     2085     +493     
============================================
  Files           145      227      +82     
  Lines          4843     6278    +1435     
  Branches        562      692     +130     
============================================
+ Hits           3725     4955    +1230     
- Misses          821      972     +151     
- Partials        297      351      +54     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cicoyle cicoyle added this to the v1.17 milestone Jan 16, 2026
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