ACTIONS
|
Service Level Indicators for GitHub Actions Health Monitoring
Tasks:
Tasks:
- Calculate Workflow Success Rate Across Specified Repositories
- Calculate Organization Health Score Across Specified Organizations
- Calculate Runner Availability Score Across Specified Organizations
- Calculate Security Workflow Score Across Specified Repositories
- Calculate Performance Score Across Specified Repositories
- Calculate API Rate Limit Health Score
- Generate Overall GitHub Actions Health Score
Comprehensive health monitoring for GitHub Actions across specified repositories and organizations
Tasks:
Tasks:
- Check Recent Workflow Failures Across Specified Repositories
- Check Long Running Workflows Across Specified Repositories
- Check Repository Health Summary for Specified Repositories
- Check GitHub Actions Runner Health Across Specified Organizations
- Check Security Workflow Status Across Specified Repositories
- Check GitHub Actions Billing and Usage Across Specified Organizations
- Check GitHub API Rate Limits
This SLI fetches the latest GitHub Actions worflow run artifact pushes a metric based on a user provided command.
Tasks:
Tasks:
- Analyze artifact from GitHub Workflow `${WORKFLOW_NAME}` in repository `${GITHUB_REPO}` and push metric
This taskset fetches the latest GitHub Actions worflow run artifact and analyzes the results with a user provided command.
Tasks:
Tasks:
- Analyze artifact from GitHub workflow `WORKFLOW_NAME` in repository `GITHUB_REPO`
Monitors the average timing of a github actions workflow file within a repo
and returns the average runtime in minutes.
Tasks:
Tasks:
- Get Average Run Time For Workflow