Add ContratName on Request.Name and Operation.Name#148
Add ContratName on Request.Name and Operation.Name#148LePastis wants to merge 1 commit intomicrosoft:masterfrom
Conversation
|
It's a good suggestion, but looking back at the code, I don't think this is quite the right way to fix it. I'm also curious as to why you're seeing just the operation name being written. The Based on this, I think the right fix would be not to set a value on |
|
Yes, you are right the I agree with you, it's better if the initializer handle it but i can't identify the impact of deleting the controle before overwriting |
|
Hmm.... good point. If the Does that fit what you're seeing right now? Honestly, changing the |
When sending a telemetry Request, informations are send to ApplicationInsights, the requestName only contains the method name, and not ContractName. ex. I will have the following name: "Get", instead of "IClientApplicationService.Get".
So it's complicated to identify appropriate request.
The current pull request resolve the issue.