Azure Application Insights requests are grouped

Viewed 22

A couple of weeks ago, we noticed that for certain requests, the ids and values are not shown any more, and are simply grouped with [id]. This was a change done by Microsoft, we did not configure this.

What Application Insights now shows for requests is the following

GET Something/Get [id]
PUT Something/Update [itemId]

While it used to show it like this

GET Something/Get value1
GET Something/Get value2
PUT Something/Update 60b12ca4-b3e9-4deb-bc5a-004006b2e756
PUT Something/Update 174ad712-aa7c-4e3a-8f68-05d8ec4d989a

Is there a way to disable this grouping and be able to see the actual values again, like it use to show it?

0 Answers
Related