SQL Azure resource_stats view is empty -
we're having trouble reliability of our sql azure database, , in effort see if consuming excessive resources tried view our stats records. msdn offers initial guidance on querying sys.resource_stats
our sys.resource_stats view returns no records @ all.
if try view monitoring in azure portal, error server not retrieve metrics.
we have no idea why view not return records or how fix it.
there known issue causes telemetry not displayed. fix issue beeing roll-out.
you can query sys.dm_db_resource_stats in database (not master) utilization data last hour. view has advantage of showing finer granular data sys.dresource_stats in master.
Comments
Post a Comment