1
0
mirror of synced 2025-12-19 09:57:42 -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

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 %}.
ghes
3.8
Enterprise owners can include data about {% data variables.product.prodname_actions %} in {% data variables.product.prodname_server_statistics %}.
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.

    ghe-config app.github.enable-actions-usage-stats true
    

{% data reusables.enterprise.apply-configuration %}