Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure App Insights show space consuming metrics

I got alerts that my daily 1GB limit app insight data volume is exceeded. How can I figure out what entries are consuming the most space?

The graph under app insights -> Usage and estimated costs shows me a summary, but I can't drill down.

I couldn't find any property of log/trace entries that gives me the size.

  • Is there any?
  • Which entries are accumulated in the "metric" category?
  • Can I somehow get the query, that generates this chart?

data volume trends

like image 404
Sven-Michael Stübe Avatar asked Oct 24 '25 05:10

Sven-Michael Stübe


1 Answers

There is a hidden field _BilledSize, you can check the size of each log entry by using it, example as below:

enter image description here

or using summarize operator:

enter image description here

or in azure portal -> click on "Metrics" menu for more details:

enter image description here

like image 173
Ivan Yang Avatar answered Oct 26 '25 18:10

Ivan Yang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!