1.6 KiB
1.6 KiB
title, shortTitle, intro, versions, permissions, topics
| title | shortTitle | intro | versions | permissions | topics | |||
|---|---|---|---|---|---|---|---|---|
| Including data about GitHub Actions in Server Statistics | Include data about Actions | You can help us improve {% data variables.product.prodname_actions %} by allowing {% data variables.product.prodname_server_statistics %} to collect data about {% data variables.product.prodname_actions %}. |
|
Enterprise owners can include data about {% data variables.product.prodname_actions %} in {% data variables.product.prodname_server_statistics %}. |
|
{% note %}
Note: Including {% data variables.product.prodname_actions %} data in {% data variables.product.prodname_server_statistics %} is in public beta and subject to change.
{% endnote %}
Data collected
If you enable the collection of data about {% data variables.product.prodname_actions %}, the following data will be collected for {% data variables.location.product_location %}.
- The top 20 actions used per month, by organization
- Number of checks run, by organization
- Number of jobs per hour, day, week, and month, by organization
- Maximum concurrency of running jobs, by organization and operating system
- Workflows per operating system, by organization
- Job run length, by organization
- Number of job runners, by type (no names or IP addresses are collected)
- Job distribution over types of runners
Enabling the collection of data about {% data variables.product.prodname_actions %}
{% data reusables.enterprise_installation.ssh-into-instance %}
-
Enter the following command.
ghe-config app.github.enable-actions-usage-stats true
{% data reusables.enterprise.apply-configuration %}