1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/including-data-about-github-actions-in-server-statistics.md
2023-09-25 11:30:36 -07:00

41 lines
1.6 KiB
Markdown

---
title: Including data about GitHub Actions in Server Statistics
shortTitle: Include data about Actions
intro: '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 %}.'
versions:
ghes: '3.8'
permissions: 'Enterprise owners can include data about {% data variables.product.prodname_actions %} in {% data variables.product.prodname_server_statistics %}.'
topics:
- Enterprise
---
{% 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 %}
1. Enter the following command.
```shell copy
ghe-config app.github.enable-actions-usage-stats true
```
{% data reusables.enterprise.apply-configuration %}