NQLインクルード
構文
<object table> ...
| include <event table> ...
| compute <new metric name> = <metric>.<aggregation function>
...例
binaries
| include execution.crashes during past 24h
| compute total_number_of_crashes = count()
| list total_number_of_crashes, name
| sort total_number_of_crashes descクラッシュの数
バイナリ名
複数の「include」句の使用
クラッシュの数
フリーズの合計
バイナリ名
MD5 ハッシュ
‘with’ と ‘include’ 句の目的を理解する
キーワード
意味
スコープ
目的
計算
Last updated
Was this helpful?