How to see the amount of daily storage used in Azure Application Insights

Nelson 0 Reputation points Microsoft Vendor
2024-11-03T23:38:22.3833333+00:00

In Azure application insights - how do I see how much of the daily usage I've used?

I can see that I can set a daily cap - but I don't know how much I've used or if I'm near the cap.

Have checked around the dashboard, there are options to set daily cap but no option I can find to see the daily usage metric.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,311 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 25,675 Reputation points MVP
    2024-11-04T00:02:20.7566667+00:00

    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:

    1. Go to the Azure portal and navigate to your Application Insights resource.
    2. In the left-hand menu, click on Metrics. This will allow you to create a metric chart.
    3. 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.
    4. 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).
    5. 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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.