GitHub Actions Workflow KPI
Opsera's GitHub Actions Workflow KPI lets you visualize granular details such as breakdowns of duration and failure rates for individual workflows triggered via webhook.
Total unique Names
Total Runs
Total Repositories
Total Success Runs, % Success, Average Time for Success Runs
Total Failed Runs, % Failures, Average Time for Failed Runs
Total Skipped, % Skipped
Total Canceled, % Canceled
GitHub Actions Unique Workflow Summary
All the GitHub Actions summary data can be downloaded. To download, click the icon on the top-right of the summary table. Enter the file name, choose an export option and click Export Data.
The summary lists the unique workflow name, i.e the type of Pipelines that are triggered. The other KPI details are listed.
To get more insights from the workflow:
Click on the workflow name to view the pipelines associated with it.
This opens Detailed Workflow Summary consisting the metrics for the chosen unique workflow.
The summary provides details on the list of the steps involved in the chosen pipelines.
Click a specific steps to view its Unique Run Summary metrics.
view the list of jobs run, scroll down to the GitHub Actions Workflow Job Summary.
Each job is listed with its success, failure, skipped and other details.
Click on a specific job name to view the steps (name) involved in running the job.
Each job has one or multiple steps involved in the job run. This is listed as Step Details, along with the metrics for the pipeline steps.
In the GitHub Actions Workflow Step Summary, the list of pipeline steps along with the run, successful/failed steps and related details are listed.
Last updated
Was this helpful?