我有一个使用库斯托语言的查询,如下所示,该查询从我的日志分析中返回了以下结果。
我的问题是: 模式有数据字典吗?我在猜测每列的值(例如:目标是我们的数据库名称)。
在架构中,总计列中包含什么? (总共是什么?)
在架构中,什么进入“计数”列(哪些对象进入该计数)?
谢谢!
AzureMetrics
// change the server name and the database name
| where ResourceId contains "/DATABASES/"
| project Resource, MetricName , TimeGenerated , TimeGrain, Total, Count, Maximum , Minimum , Average
| order by TimeGenerated
TimeGrain Total Count Maximum Minimum
PT1M ` 394 4 99 98
PT1M 167 2 99 68