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.
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.
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.
8 people are following this question.