I have a nightly job that gathers a couple of different metrics from Azure, using the the MetricsClient from Microsoft.WindowsAzure.Management.Monitoring. This has been set up and was working for a while. However recently it stopped working properly.
I get a successful response back, but the Total and Average properties are being set to 0. The Count has a value and the Max has a value, so there should definitely be a Total and Average. And when I log into the portal, there are values in the Average Response Time chart.
This seems like an Azure metrics issue. Is anyone else seeing this issue?
Thanks