Skip to content

Commit 7c63264

Browse files
authored
Merge pull request #19208 from github/cklin/exclude-from-incremental
Java: add exclude-from-incremental tag to telemetry queries
2 parents d8ca8dd + 118abd4 commit 7c63264

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java/ql/src/Telemetry/SupportedExternalApis.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Usage of supported APIs coming from external libraries
33
* @description A list of supported 3rd party APIs used in the codebase. Excludes test and generated code.
44
* @kind metric
5-
* @tags summary telemetry
5+
* @tags summary telemetry exclude-from-incremental
66
* @id java/telemetry/supported-external-api
77
*/
88

java/ql/src/Telemetry/SupportedExternalSinks.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Supported sinks in external libraries
33
* @description A list of 3rd party APIs detected as sinks. Excludes test and generated code.
44
* @kind metric
5-
* @tags summary telemetry
5+
* @tags summary telemetry exclude-from-incremental
66
* @id java/telemetry/supported-external-api-sinks
77
*/
88

java/ql/src/Telemetry/UnsupportedExternalAPIs.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Usage of unsupported APIs coming from external libraries
33
* @description A list of 3rd party APIs used in the codebase. Excludes test and generated code.
44
* @kind metric
5-
* @tags summary telemetry
5+
* @tags summary telemetry exclude-from-incremental
66
* @id java/telemetry/unsupported-external-api
77
*/
88

0 commit comments

Comments
 (0)