Skip to content

Distributed Tracing for Entities (Isolated)#40

Merged
sophiatev merged 10 commits intomainfrom
stevosyan/distributed-tracing-for-entities-isolated
Jun 2, 2025
Merged

Distributed Tracing for Entities (Isolated)#40
sophiatev merged 10 commits intomainfrom
stevosyan/distributed-tracing-for-entities-isolated

Conversation

@sophiatev
Copy link
Copy Markdown
Contributor

@sophiatev sophiatev commented Mar 28, 2025

This PR adds new fields to protobuf objects related to signaling entities or entities starting an orchestration to correctly enable distributed tracing for entities in the .NET isolated framework. The fields propagate parent trace context information to make sure that the traces are correctly linked together (i.e. that the trace corresponding to a signal entity request becomes the parent of the trace corresponding to that request being processed). They also propagate the time a request was created or completed in order to correctly set the start and end time of the corresponding traces.

The various other PRs related to this effort are

@sophiatev sophiatev merged commit fd9369c into main Jun 2, 2025
1 check passed
@sophiatev sophiatev deleted the stevosyan/distributed-tracing-for-entities-isolated branch June 2, 2025 20:54
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