Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 907 Bytes

File metadata and controls

23 lines (16 loc) · 907 Bytes
description Track the distribution of runs by completion status
icon circle-check

Run Completion

Represents the distribution of runs by their completion over time.

Metrics

  • Overall runs: overall runs created during the selected period, regardless of their completion or the end state.
  • Fully reported runs: runs that weren't cancelled and didn't time out.
  • Cancelled runs: see cancel-run.md
  • Timed out runs: see run-timeouts.md

Example chart - Run Completion

Related