In Azure Application Insights, while there is no direct out-of-the-box feature to view daily usage metrics from the Azure Portal dashboard, you can monitor your daily usage through the Metrics and Usage features. Here's how to check your daily usage:
- Go to the Azure portal and navigate to your Application Insights resource.
- In the left-hand menu, click on Metrics. This will allow you to create a metric chart.
- In the Metrics pane, select the Metric Namespace as Availability and then choose Data Volume. This metric represents the volume of data sent to Application Insights.
- Adjust the time range to Last 24 hours to view your usage over the past day. You can also set a specific granularity to see usage trends more clearly (e.g., hourly).
- Review the graph and values displayed to assess how much data you have consumed in the selected period.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin