简体   繁体   English

Azure存储模拟器上新的$ Metrics表是什么?

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

I notice on my Azure Storage Emulator the following tables: 我在Azure存储模拟器上注意到以下表格:

$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 ). 这些是包含度量标准数据的存储分析表( http://msdn.microsoft.com/zh-cn/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. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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