How can I track the availability of VMs and web apps over a specific period?

0
8
Asked By CuriousCat42 On

I'm tasked with analyzing the availability of virtual machines for the months of July and August. Currently, I can obtain average, minimum, and maximum metrics, but my management is looking for a time series graph and the percentage of availability for that whole month. Any advice on how to achieve this would be greatly appreciated!

1 Answer

Answered By TechWizard99 On

You might want to try a Kusto query to pull in the availability metrics, especially if you've got historical data for that timeframe. It should help you get the time series data you're looking for.

DataDynamo3 -

Sounds good! I've got access to multiple Log Analytics workspaces, so I'm going to give that a shot. Thanks for the tip!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.