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
We are using this SDK to get telemetry to an application Insights resource, however due to there is not details about how to configure the operation_parentID value we are using the same id in the dependencies tracking, and we are getting an Application Map iterative showing only one instance instead of show the rest of the components interacting with the project. Could you please update this documentation in order to provide more details about the configuration of this vale.
Thanks, have an excellent day.
The text was updated successfully, but these errors were encountered:
Operation ID/Parent Operation ID are left to the user in this SDK. (The idea behind this is that some autocollection library could be built on top of this to provide those values.) This can be set on the TelemetryContext object associated with the TelemetryClient or on individual Telemetry instances via:
But I guess what you're asking is what these things ought to look like. I'd point you to this document to start. To be fair it's light in details, but should provide a reasonable starting point.
Hi Team
We are using this SDK to get telemetry to an application Insights resource, however due to there is not details about how to configure the operation_parentID value we are using the same id in the dependencies tracking, and we are getting an Application Map iterative showing only one instance instead of show the rest of the components interacting with the project. Could you please update this documentation in order to provide more details about the configuration of this vale.
Thanks, have an excellent day.
The text was updated successfully, but these errors were encountered: