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