Skip to content

Commit a626078

Browse files
authored
Merge pull request #9118 from github/henrymercer/csharp/tag-telemetry
C#: Tag telemetry queries with `telemetry`
2 parents 333780e + cdd6e0e commit a626078

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

csharp/ql/src/Telemetry/ExternalLibraryUsage.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name External libraries
33
* @description A list of external libraries used in the code
44
* @kind metric
5-
* @tags summary
5+
* @tags summary telemetry
66
* @id csharp/telemetry/external-libs
77
*/
88

csharp/ql/src/Telemetry/SupportedExternalSinks.ql

Lines changed: 1 addition & 1 deletion
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 APIs exposed by test libraries.
44
* @kind metric
5-
* @tags summary
5+
* @tags summary telemetry
66
* @id csharp/telemetry/supported-external-api-sinks
77
*/
88

csharp/ql/src/Telemetry/SupportedExternalSources.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Supported sources in external libraries
33
* @description A list of 3rd party APIs detected as sources. Excludes APIs exposed by test libraries.
44
* @kind metric
5-
* @tags summary
5+
* @tags summary telemetry
66
* @id csharp/telemetry/supported-external-api-sources
77
*/
88

csharp/ql/src/Telemetry/SupportedExternalTaint.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Supported flow steps in external libraries
33
* @description A list of 3rd party APIs detected as flow steps. Excludes APIs exposed by test libraries.
44
* @kind metric
5-
* @tags summary
5+
* @tags summary telemetry
66
* @id csharp/telemetry/supported-external-api-taint
77
*/
88

csharp/ql/src/Telemetry/UnsupportedExternalAPIs.ql

Lines changed: 1 addition & 1 deletion
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 APIs exposed by test libraries.
44
* @kind metric
5-
* @tags summary
5+
* @tags summary telemetry
66
* @id csharp/telemetry/unsupported-external-api
77
*/
88

0 commit comments

Comments
 (0)