Skip to content
Discussion options

You must be logged in to vote

@adeliabt, thank you for the feedback! Both of the points you brought up are known issues right now so I created #1804 and #1805 for tracking. The second point can be fixed if you add some additional code in the orchestrator function.

You can find an example of how to correlate orchestrator logs with the end-to-end transaction operationId in SimpleCorrelationDemo.cs from the FunctionAppCorrelation sample. Specifically, you can see that the orchestrator function creates a TraceTelemetry object, assigns the relevant operationIds, and then tracks it.

var trace = new TraceTelemetry( $"Activity Id: {correlationContext.TraceParent} ParentSpanId: {correlationContext.ParentSpanId}");
trace.Contex…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@adeliabt
Comment options

Comment options

You must be logged in to vote
5 replies
@adeliabt
Comment options

@bachuv
Comment options

@mauve
Comment options

@bachuv
Comment options

@michaelelleby
Comment options

Answer selected by bachuv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants