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
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
Am I right in thinking that we expect behavior for the dependency to look like this:
Operation Id: 80000032-0001-f000-b63f-84710c796bb
Operation name: GET Benchmark/HttpDependencyParallelCalls
Dependency Id: qOwUmMlhB00=
DeveloperMode: true
?
Also, if the Request's Operation Id is blank, then should the dependency's Operation Id be taken from the "Request Id" instead?
yes, this would be great. The main issue with correlation is that .Context.Operation.Id should be shared across all items. item.Id should be unique. And .Context.Operation.ParentId should point to the parent. In the example @kartang posted dependency's Operation.Context.Id was used as a ParentId
…343)
* Add tests to illustrate issue #342
* Fix issue #342
* Incorporate review feedback:
Set timestamp in OnBeginRequest.
Add a test for issue #340
Set Id instead of OperationId (Fixes#340)
* Add test for issue #333
* Implement OperationCorrelationTelemetryInitializer
Fixes issue #333
* Use UTC for start time epoch
* Use Start()/Stop() extension methods
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Operation id of the request is not propagated to the child dependencies. Please find the following example:
The text was updated successfully, but these errors were encountered: