About GitHub Actions metrics
GitHub Actions metrics provide insights into how your workflows and jobs are performing at the organization and repository levels. There are two types of metrics to help you analyze different aspects of your workflows:
- GitHub Actions usage metrics: Usage metrics help you track how many minutes your workflows and jobs consume. You can use this data to understand the cost of running Actions and ensure you're staying within your plan limits. This is especially useful for identifying high-usage workflows or repositories.
- GitHub Actions performance metrics: Performance metrics focus on the efficiency and reliability of your workflows and jobs. With performance metrics, you can monitor key indicators like job run times, queue times, and failure rates to identify bottlenecks, slow-running jobs, or frequently failing workflows.
Enabling access to GitHub Actions metrics
Organization owners can create custom organization roles to allow people to view GitHub Actions usage metrics for their organization. To provide users with access, select the "View organization Actions metrics" role when creating a custom organization role. For more information, see "Informationen zu benutzerdefinierten Organisationsrollen."
About GitHub Actions usage metrics
GitHub Actions-Nutzungsmetriken ermöglichen es Ihnen, zu analysieren, wie Ihre Organisation Aktionsminuten verwendet. Sie können sich Nutzungsdaten zu den folgenden Bereichen anzeigen lassen:
- Workflows: Rufen Sie die Nutzungsdaten für jeden Workflow in Ihrem Unternehmen ab, und nutzen Sie diese Informationen, um Optimierungsmöglichkeiten zu ermitteln, z. B. Refactoring eines Workflows oder die Verwendung eines größerer Runner.
- Aufträge: Sehen Sie, welche Aufträge die ressourcenintensivsten sind und wo sie ausgeführt werden.
- Repositorys: Erhalten Sie eine aussagekräftige Momentaufnahme aller Repositorys in Ihrem Unternehmen und das Volumen der von ihnen genutzten Aktionsminuten.
- Betriebssystem-Laufzeit: Erfahren Sie, wie Runner der einzelnen Betriebssysteme die Aktionsminuten nutzen und auf welchen Betriebssystemen Ihre Workflows am häufigsten ausgeführt werden.
- Runner-Typ: Vergleichen Sie, wie Ihre selbst gehosteten Runner und gitHub-gehosteten Runner Aktionsminuten verwenden, und die Volumen der Workflows pro Runnertyp.
About GitHub Actions performance metrics
Note
GitHub Actions performance metrics is currently in public preview and subject to change.
GitHub Actions performance metrics enables you to analyze the efficiency and reliability of your workflows. You can view performance information such as average run times, average queue times, and failure rates, related to:
- Workflows. View performance data for each workflow in your organization, including average run time and job failures. Use this information to identify inefficient workflows and run stability.
- Jobs. View performance data for each individual job to, including average run time, average queue time, and job failures. Use this information to identify inefficient jobs.
- Repositories. Get a high-level snapshot of each repository in your organization and their average performance metrics.
- Runtime OS. Understand how runners for each operating system are performing.
- Runner type. Compare the performance of self-hosted runners and GitHub-hosted runners, to make decisions about runner types.
Understanding GitHub Actions metrics aggregation
Mit dem Feature für die Auswahl von Zeiträumen können Sie GitHub Actions Nutzungsmetriken über vordefinierte Zeiträume anzeigen, wie in der folgenden Tabelle beschrieben. Diese Metriken umfassen übersprungene Ausführungen und die, die null Minuten verwenden. Daten werden mithilfe von UTC-Tagen (koordinierte Weltzeit) angegeben.
Zeitraum | Beschreibung |
---|---|
Aktuelle Woche (Mo-So) | Daten von Montag bis zum aktuellen Tag, an dem die Seite angesehen wird. |
Laufender Monat | Daten vom ersten Monat bis zum aktuellen Tag, an dem die Seite angesehen wird. |
Letzter Monat | Daten vom ersten Tag bis zum letzten Tag des vorherigen Monats. |
Letzte 30 Tage | Daten aus den letzten 30 Tagen bis zum Besuch der Seite. |
Die letzten 90 Tage | Daten aus den letzten 90 Tagen bis zum Besuch der Seite. |
Letztes Jahr | Aggregierte Daten der letzten 12 Monate. |
Viewing GitHub Actions metrics for your organization
Note
Es kann eine Diskrepanz zwischen der Auftragsanzahl der Workflowregisterkarte und der Anzahl der Aufträge aufgrund von Unterschieden bei der Identifizierung eindeutiger Aufträge geben. Dies wirkt sich nicht auf die berechneten Gesamtminuten aus.
-
Wählen Sie in der oberen rechten Ecke von GitHub Ihr Profilfoto aus, und klicken Sie dann auf Ihre Organisationen.
-
Klicke auf den Namen Deiner Organisation.
-
Klicke unter dem Namen deiner Organisation auf Erkenntnisse.
-
In the "Insights" navigation menu, click Actions Usage Metrics or click Actions Performance Metrics.
-
Optionally, to select a time period to view usage metrics for, choose an option from the Period drop down menu at the top right of the page. For more information, see "Understanding GitHub Actions metrics aggregation."
-
Click on the tab that contains the metrics you would like to view. For more information, see "About GitHub Actions usage metrics or "About GitHub Actions performance metrics."
-
Optionally, to filter the data displayed in a tab, create a filter.
- Click on the Filter button.
- Click Add a filter.
- Choose a metric you would like to filter results by.
- Depending on the metric you chose, fill out information in the "Qualifier," "Operator," and "Value" columns.
- Optionally, click Add a filter to add another filter.
- Click Apply.
-
Optionally, to download usage metrics to a CSV file, click .
Viewing GitHub Actions metrics for your repository
Note
Repository-level metrics for GitHub Actions is in public preview and subject to change.
Note
Es kann eine Diskrepanz zwischen der Auftragsanzahl der Workflowregisterkarte und der Anzahl der Aufträge aufgrund von Unterschieden bei der Identifizierung eindeutiger Aufträge geben. Dies wirkt sich nicht auf die berechneten Gesamtminuten aus.
- Navigieren Sie auf GitHub zur Hauptseite des Repositorys.
- Under your repository name, click the Insights tab.
- In the "Insights" navigation menu, click Actions Usage Metrics or click Actions Performance Metrics.
- Optionally, to select a time period to view usage metrics for, choose an option from the Period drop down menu at the top right of the page. For more information, see "Understanding GitHub Actions metrics aggregation."
- Click on the tab that contains the metrics you would like to view. For more information, see "About GitHub Actions usage metrics or "About GitHub Actions performance metrics."
- Optionally, to filter the data displayed in a tab, create a filter.
- Click on the Filter button.
- Click Add a filter.
- Choose a metric you would like to filter results by.
- Depending on the metric you chose, fill out information in the "Qualifier," "Operator," and "Value" columns.
- Optionally, click Add a filter to add another filter.
- Click Apply.
- Optionally, to download usage metrics to a CSV file, click .