Java: Tag telemetry queries with telemetry

This will exclude the results of these queries from the summary tables
produced by `codeql database analyze` in a future version of the CodeQL
CLI.
This commit is contained in:
Henry Mercer
2022-05-11 13:29:25 +01:00
parent 9a4d86e9b4
commit b6f1ddcdab
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
* @name Usage of unsupported APIs coming from external libraries
* @description A list of 3rd party APIs used in the codebase. Excludes test and generated code.
* @kind metric
* @tags summary
* @tags summary telemetry
* @id java/telemetry/unsupported-external-api
*/