mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
C++: Initial telemetry queries and tests
This commit is contained in:
12
cpp/ql/src/Telemetry/ExtractionMetrics.ql
Normal file
12
cpp/ql/src/Telemetry/ExtractionMetrics.ql
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @name Extraction metrics
|
||||
* @description Raw metrics relating to extraction.
|
||||
* @kind metric
|
||||
* @tags summary telemetry
|
||||
* @id cpp/telemetry/extraction-metrics
|
||||
*/
|
||||
|
||||
import Metrics
|
||||
|
||||
from ExtractionMetric m
|
||||
select m, m.getValue() order by m
|
||||
Reference in New Issue
Block a user