【发布时间】:2017-07-24 14:19:52
【问题描述】:
如何转换 App Insights 分析查询的结果?
例如,我想为每个 cloud_RoleInstace 设置一个值列:
performanceCounters
| where timestamp > todatetime("2017-07-24T13:44:00.251Z")
and timestamp < todatetime("2017-07-24T13:49:00.251Z")
| where name in ("% Processor Time")//, "Request Execution Time")
| sort by timestamp asc nulls last
| project timestamp, value, cloud_RoleInstance
【问题讨论】:
标签: azure-application-insights ms-app-analytics