mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Rust: Add telemtry tags to queries
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @description Counts the number of AST nodes with a type at the type path length limit.
|
||||
* @kind metric
|
||||
* @id rust/summary/nodes-at-type-path-length-limit
|
||||
* @tags summary
|
||||
* @tags summary telemetry
|
||||
*/
|
||||
|
||||
import rust
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* operations are excluded.
|
||||
* @kind metric
|
||||
* @id rust/summary/query-sink-counts
|
||||
* @tags summary
|
||||
* @tags summary telemetry
|
||||
*/
|
||||
|
||||
import rust
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* @description A table of summary statistics about a database.
|
||||
* @kind metric
|
||||
* @id rust/summary/summary-statistics
|
||||
* @tags summary
|
||||
* @tags summary telemetry
|
||||
*/
|
||||
|
||||
import rust
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* has been found to be noisy on tests removed.
|
||||
* @kind metric
|
||||
* @id rust/summary/reduced-summary-statistics
|
||||
* @tags summary
|
||||
* @tags summary telemetry
|
||||
*/
|
||||
|
||||
import rust
|
||||
|
||||
Reference in New Issue
Block a user