Extending ExecuteActionFilterAsync which is now using GetCorrelationI…#1
Extending ExecuteActionFilterAsync which is now using GetCorrelationI…#1dandudek wants to merge 1 commit intoCorrelatorSharp:masterfrom
Conversation
…d method from Request to get the CorrelationId.
|
From email:
|
|
I am not familiar with the GetCorrelationId method myself and the documentation on MSDN is not very good. I looked at its code and it appears that it does a couple of things:
Point 2. is a problem, because “Trace.CorrelationManager.ActivityId” could potentially end up overshadowing CorrelatorSharp's filters in that case. Are your systems doing correlation based on the “MS_RequestId” request property? Where does the value come from? |
…d method from Request to get the CorrelationId.