question

OlegDeribas avatar image
0 Votes"
OlegDeribas asked OlegDeribas commented

Application Insights REST API does not return more than one custom dimension

I am trying to use Application Insights REST API to query traces as described in the documentation.
I'm using $select parameter to specify the subset of fields to return and I want to return several custom dimension fields.
No matter how many fields I specify in the select list - the response from the API always returns only one field, and it is always the last one from the list.

These 2 queries demonstrate the problem:

  1. This will return only AspNetCoreEnvironment field

  2. This will return only CategoryName field

Am I doing something wrong here or is it a bug in Application Insights API?

azure-monitor
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@OlegDeribas Welcome to Microsoft Q&A and thanks for your query.

Apologies for delay in getting to this thread , we will look into the scenario and circle back at the earliest.

1 Vote 1 ·

0 Answers