Skip to content

Commit

Permalink
docs: test workflow metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Jun 13, 2024
1 parent ccfc02b commit c5e3ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/articles/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The Testkube API Server exposes a `/metrics` endpoint that can be consumed by Pr

* `testkube_test_executions_count` - The total number of test executions.
* `testkube_testsuite_executions_count` - The total number of test suite executions.
* `testkube_testworkflow_executions_count` - The total number of test workflow executions.
* `testkube_test_creations_count` - The total number of tests created by type events.
* `testkube_testsuite_creations_count` - The total number of test suites created events.
* `testkube_test_updates_count` - The total number of tests updated by type events.
Expand All @@ -14,8 +15,11 @@ The Testkube API Server exposes a `/metrics` endpoint that can be consumed by Pr
* `testkube_testtriggers_bulk_updates_count` - The total number of test trigger bulk update events.
* `testkube_testtriggers_bulk_deletes_count` - The total number of test trigger bulk delete events.
* `testkube_test_aborts_count` - The total number of tests aborted by type events.
* `testkube_testsuite_aborts_count` - The total number of test suites aborted by type events.
* `testkube_testworkflow_aborts_count` - The total number of test workflows aborted by type events.
* `testkube_test_executions_duration_ms`- The duration of test executions.
* `testkube_testsuite_executions_duration_ms`- The duration of test suite executions.
* `testkube_testworkflow_executions_duration_ms`- The duration of test workflow executions.

Note: as the metrics also include labels with the associated test name (see below), no metrics are produced unless some tests were run since last api-server restart

Expand Down

0 comments on commit c5e3ae9

Please sign in to comment.