-
Notifications
You must be signed in to change notification settings - Fork 53
Add orchestration execution tracing #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
philliphoff
merged 40 commits into
microsoft:main
from
philliphoff:philliphoff-orchestration-tracing
Aug 12, 2025
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5f36cd4
WIP of PoC of tracing.
philliphoff 76fdee2
Wiring tracing metadata through test server.
philliphoff 4681dc0
Ensure orchestration traces are parented correctly.
philliphoff 3421304
Check orchestration activities are same logical activity.
philliphoff b951b5d
Test activity traces.
philliphoff 06697bb
Assert tags of orchestration activities.
philliphoff b8bd6ca
Sketch emitting client activity trace.
philliphoff 47e2018
Exclude Rider files.
philliphoff 588d518
Attempt to capture activity/orchestration failures.
philliphoff 59d99b2
Stop orchestration trace when execution completes.
philliphoff e431238
Update protos to match backend.
philliphoff 4d2c581
Add/set partent trace context to suborchestration action.
philliphoff 5b35016
Port suborchestration tracing.
philliphoff 2a80911
Add tracing for events sent by worker.
philliphoff 889640e
Add tracing for client-sent events.
philliphoff 183c4a1
Merge branch 'main' into philliphoff-orchestration-tracing
philliphoff bc42ee6
Add tracing for orchestration timers.
philliphoff 5b44cef
Sketch basic tracing test.
philliphoff fa62a5f
Test activity types.
philliphoff 4ca345d
Add test for sent events.
philliphoff 11803e7
Add test for timer event.
philliphoff 19cf60f
Add test for client raised events.
philliphoff a37b364
Move files to tracing namespace.
philliphoff 7e8262c
Clean up files.
philliphoff 6b67b9d
Fixup test for suborchestration tracing.
philliphoff 73c8ee0
Add test for suborchestration failure.
philliphoff 9497ad5
Revert change.
philliphoff 99aea1b
Merge branch 'main' into philliphoff-orchestration-tracing
philliphoff a51a235
Eliminate the unnecessary activity ID (as it can be derived).
philliphoff 14afe63
Fix up a number of warnings.
philliphoff 41c44f1
Fixup doc and style warnings.
philliphoff f9f8ea3
Revert package props.
philliphoff 0d65131
Updates per PR feedback.
philliphoff 1afa837
Add orchestration status tag on completion.
philliphoff 5a5c199
Update for move of orchestration trace context to "outer" message.
philliphoff 6288cea
Merge branch 'main' into philliphoff-orchestration-tracing
philliphoff 1dc3277
Fix test breaks.
philliphoff ae9a2fd
Updates per more PR feedback.
philliphoff bcf6ecf
Merge branch 'main' into philliphoff-orchestration-tracing
philliphoff 6254ca4
Update protobuf version.
philliphoff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| # The following files were downloaded from branch main at 2025-06-02 21:12:34 UTC | ||
| https://raw.githubusercontent.com/microsoft/durabletask-protobuf/fd9369c6a03d6af4e95285e432b7c4e943c06970/protos/orchestrator_service.proto | ||
| # The following files were downloaded from branch main at 2025-08-08 16:46:11 UTC | ||
| https://raw.githubusercontent.com/microsoft/durabletask-protobuf/e88acbd07ae38b499dbe8c4e333e9e3feeb2a9cc/protos/orchestrator_service.proto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.