Export metrics
In a test report directory, the export subdirectory contains files that can be imported to InfluxDB or Prometheus for building custom graphs.
Export to InfluxDB
The export/influxDbData.txt file contains aggregate test data in the line protocol format for InfluxDB. When imported, it created the following measurements.
| Measurement | Tags |
|---|---|
| One tag per each possible test status: Each value represents the number of tests with the status. |
|
The values for |
| One tag per each non-empty defect category. Each category's name is converted to lowercase, and the spaces are replaced with underscores, for example: Each value represents the number of tests in the category. |
|
|
Export to Prometheus
The export/prometheusData.txt file contains aggregate test data in the text-based format format for Prometheus. When imported, it created the following metrics.
| Prefix | Metrics |
|---|---|
| One metric per each possible test status: Each value represents the number of tests with the status. |
|
The values for |
| One metric per each non-empty defect category. Each category's name is converted to lowercase, the spaces are replaced with underscores, and the prefix is added, for example: Each value represents the number of tests in the category. |
|
|