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.

no stats in view

if try view monitoring in azure portal, error server not retrieve metrics.

no stats in portal

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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -