question

SwathiRS-3196 avatar image
0 Votes"
SwathiRS-3196 asked stan edited

How to get Application Insights data in Raw Data format for all events and metrics?

Hi,

How can we we get the raw data for all the events and metrics logged from our app? I am getting in the form of count instead of raw data form for all events.

azure-monitor
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.

1 Answer

stan avatar image
0 Votes"
stan answered stan edited

Hi,
Metrics you can retrieve via Metrics API. Additionally, metrics are also available as log on the application insights resource so you can use the query api. If your application insights instance is linked to Log Analytics workspace you can also use the Log Analytics query api. Keep in mind that every API has some limits on the returned data and interval for querying it, so you have to write your code in a way to overcome those limits.

Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


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.