Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,371 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We are upgrading our framework from .net 4.5 to .net8. As part of upgrade we noticed difference in appinsight logging behavior for our API's . In our APIs we are using route parameters and in .net45 we can see the actual values of route parameters in operation name, while after upgrading to net8 we see only route parameter name. Any idea how to log route parameters values instead of name in Operation Name field.
Note that in URL I can see the actual values
net45
net8