Skip to content

Commit

Permalink
Change pie charts to proportion plots over time (#240)
Browse files Browse the repository at this point in the history
* Proportion plot for job conclusion

* Update other plots

* Update docs
  • Loading branch information
cbartz committed Mar 6, 2024
1 parent e96efbf commit ecfb0c3
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 116 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cos.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The "GitHub Self-Hosted Runner Metrics" metrics dashboard presents the following
- Job queue duration - how long a job waits in the queue before a runner picks it up
- Jobs: Displays certain metrics about the jobs executed by the runners. These metrics can be displayed per repository by specifying a
regular expression on the `Repository` variable. The following metrics are displayed:
- Pie charts: Share of jobs by completion status, job conclusion, flavor, repo policy check failure http codes and github events.
- Proportion charts: Share of jobs by completion status, job conclusion, flavor, repo policy check failure http codes and github events over time.
- Job duration observation
- Number of jobs per repository

Expand Down
Loading

0 comments on commit ecfb0c3

Please sign in to comment.