mirror of
https://github.com/github/codeql.git
synced 2026-02-13 13:41:08 +01:00
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
/**
|
|
* @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.toString(), m.getValue()
|