You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v1, it was much easier to correlate from other langauges, as the Application Insights OperationId was always equal to the invocation id. This isn't the case in v2, due to all of the auto-tracking and cross-site correlation that's now happening. We need to have a way to pass these details down via the context into the languages so that customers can do their own correlation with AppInsights. For example, if they're logging custom metrics or events, they'll want them associated with the current operation.
/cc: @lmolkova -- I'll get your advice here when I go to implement it. I want to make sure we're passing all the relevant details.