简体   繁体   中英

What are the new $Metrics tables on Azure storage emulator?

I notice on my Azure Storage Emulator the following tables:

$MetricsCapacityBlob
$MetricsTransactionBlob
$MetricsTransactionsQueue
$MetricsTransactionsTable

On my Production environment:

WADDiagnosticInfrastructureTable
WADDirectoriesTable
WADPerformanceCountersTable
WADWindowsEventLogsTable

Can someone explain if I need these tables and also why are there different tables on the emulator and on production?

These are storage analytics tables containing metrics data ( http://msdn.microsoft.com/en-us/library/windowsazure/hh343258.aspx ). They contain the data about how your storage is accessed and its performance. I'm not sure why they're there in your development storage account but for them to show up in your production storage account, you would need to explicitly enable storage analytics on your storage account.

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM