Skip to content

Comments

feat: Propagate tracing info#1619

Open
javier-aliaga wants to merge 7 commits intodapr:masterfrom
javier-aliaga:workflow-tracing
Open

feat: Propagate tracing info#1619
javier-aliaga wants to merge 7 commits intodapr:masterfrom
javier-aliaga:workflow-tracing

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 3 times, most recently from 3ab4c5f to 768aa2e Compare January 16, 2026 08:52
@javier-aliaga javier-aliaga changed the title wip: tracing feat: Propagate tracing info Jan 16, 2026
@javier-aliaga javier-aliaga force-pushed the workflow-tracing branch 2 times, most recently from 0dfea77 to bc579e3 Compare January 16, 2026 12:14
@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
@cicoyle cicoyle added this to the v1.17 milestone Jan 16, 2026
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.32%. Comparing base (fb24664) to head (3180f46).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1619   +/-   ##
=========================================
  Coverage     79.31%   79.32%           
- Complexity     2151     2152    +1     
=========================================
  Files           234      234           
  Lines          6474     6475    +1     
  Branches        703      703           
=========================================
+ Hits           5135     5136    +1     
  Misses          985      985           
  Partials        354      354           

☔ 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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants