Skip to content

Commit 6f24d93

Browse files
committed
Java: Also select query id
1 parent dca2273 commit 6f24d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Telemetry/AutomodelAlertSinksPerQuery.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ private import AutomodelAlertSinkUtil
1111

1212
from string queryId, int alertCount, string sinkModel
1313
where sinkModelTallyPerQuery(queryId, alertCount, sinkModel)
14-
select alertCount, sinkModel
14+
select queryId, alertCount, sinkModel

0 commit comments

Comments
 (0)