Monitoring Github workflows
Github provides tools to monitor workflows in Github Actions. You have already seen the visualization graph that illustrates the workflow run progress.
Metrics
From the Insights tab in your repository, you can view two categories of metrics:
Actions Usage Metrics
GitHub Actions usage metrics provides information on how your organization is using Actions minutes.
Actions Performance Metrics
GitHub Actions performance metrics enables you to analyze the efficiency and reliability of your workflows.
note
These metrics only reflect the performance and usage of your GitHub Actions workflows. They do not provide insights into the health or performance of your deployed or running application.