Skip to content

Commit 318c00a

Browse files
Enterprise bug fix hour for the week of September 4, 2023 🐛 (#42253)
Co-authored-by: Matt Pollard <[email protected]>
1 parent 00c79f6 commit 318c00a

File tree

7 files changed

+53
-9
lines changed

7 files changed

+53
-9
lines changed

content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before launching {% data variables.location.product_location %} on Azure, you'll
4242
1. Find the most recent {% data variables.product.prodname_ghe_server %} appliance image. For more information about the `vm image list` command, see "[`az vm image list`](https://docs.microsoft.com/cli/azure/vm/image?view=azure-cli-latest#az_vm_image_list)" in the Microsoft documentation.
4343

4444
```shell
45-
az vm image list --all -f GitHub-Enterprise | grep '"urn":' | sort -V
45+
az vm image list --all -f GitHub-Enterprise | grep '"urn": "GitHub:' | sort -V
4646
```
4747

4848
1. Create a new VM using the appliance image you found. For more information, see [az vm create](https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest#az_vm_create) in the Microsoft documentation.

content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ DF |`packages_stats.ecosystems.containers.daily_update_count` | Number of contai
167167
DG |`packages_stats.ecosystems.containers.daily_delete_count` | Number of container images deleted
168168
DH | `packages_stats.ecosystems.containers.daily_create_count` | Number of container images created | {% endif %}
169169

170+
{% ifversion ghes = 3.8 %}
171+
Optionally, you can include additional data about {% data variables.product.prodname_actions %}. For more information, see "[AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/including-data-about-github-actions-in-server-statistics)."
172+
{% endif %}
173+
170174
## {% data variables.product.prodname_server_statistics %} data examples
171175

172176
To see an example of the headings included in the CSV export for {% data variables.product.prodname_server_statistics %}, download the [{% data variables.product.prodname_server_statistics %} CSV example](/assets/server-statistics-csv-example.csv).
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Including data about GitHub Actions in Server Statistics
3+
shortTitle: Include data about Actions
4+
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 %}.'
5+
versions:
6+
ghes: '3.8'
7+
permissions: 'Enterprise owners can include data about {% data variables.product.prodname_actions %} in {% data variables.product.prodname_server_statistics %}.'
8+
topics:
9+
- Enterprise
10+
---
11+
12+
{% note %}
13+
14+
**Note:** Including {% data variables.product.prodname_actions %} data in {% data variables.product.prodname_server_statistics %} is in public beta and subject to change.
15+
16+
{% endnote %}
17+
18+
## Data collected
19+
20+
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 %}.
21+
22+
- The top 20 actions used per month, by organization
23+
- Number of checks run, by organization
24+
- Number of jobs per hour, day, week, and month, by organization
25+
- Maximum concurrency of running jobs, by organization and operating system
26+
- Workflows per operating system, by organization
27+
- Job run length, by organization
28+
- Number of job runners, by type (no names or IP addresses are collected)
29+
- Job distribution over types of runners
30+
31+
## Enabling the collection of data about {% data variables.product.prodname_actions %}
32+
33+
{% data reusables.enterprise_installation.ssh-into-instance %}
34+
1. Enter the following command.
35+
36+
```shell{:copy}
37+
ghe-config app.github.enable-actions-usage-stats true
38+
```
39+
{% data reusables.enterprise.apply-configuration %}

content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ children:
88
- /about-server-statistics
99
- /exporting-server-statistics
1010
- /requesting-server-statistics-using-the-rest-api
11+
- /including-data-about-github-actions-in-server-statistics
1112
---
12-

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ All streamed audit logs are sent as compressed JSON files. The filename format i
4646

4747
{% endnote %}
4848

49+
{% ifversion ghes %}
50+
51+
Enabling audit log streaming can cause a minor impact on the performance of {% data variables.location.product_location %}. For more information about increasing resources to mitigate this performance impact, see "[AUTOTITLE](/admin/monitoring-managing-and-updating-your-instance/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources)."
52+
53+
{% endif %}
54+
4955
## Setting up audit log streaming
5056

5157
You set up the audit log stream on {% data variables.product.product_name %} by following the instructions for your provider.

content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ shortTitle: Enterprise Cloud trial
2222

2323
You can set up a trial to evaluate the additional features that come with {% data variables.product.prodname_ghe_cloud %}, such as SAML single sign-on (SSO), internal repositories, audit log streaming, and included {% data variables.product.prodname_actions %} minutes. For a detailed list of the features available with {% data variables.product.prodname_ghe_cloud %}, see our [Pricing](https://github.com/pricing) page.
2424

25-
Trials are also available for {% data variables.product.prodname_ghe_server %}. For more information, see "[AUTOTITLE](/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server)."
26-
27-
{% data reusables.products.which-product-to-use %}
28-
2925
## About trials of {% data variables.product.prodname_ghe_cloud %}
3026

3127
You can set up a {% data reusables.copilot.trial-period %}-day trial to evaluate {% data variables.product.prodname_ghe_cloud %}. Your trial includes an enterprise account, which allows you to manage multiple organizations. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/get-started/learning-about-github/types-of-github-accounts)."
@@ -38,14 +34,13 @@ You do not need to provide a payment method during the trial.
3834

3935
{% data reusables.saml.saml-accounts %}
4036

41-
{% data variables.product.prodname_emus %} is not part of the free trial of {% data variables.product.prodname_ghe_cloud %}. If you're interested in {% data variables.product.prodname_emus %}, please contact [{% data variables.product.prodname_dotcom %}'s Sales team](https://enterprise.github.com/contact).
42-
4337
{% data reusables.enterprise.ghec-trial-azure %}
4438

4539
## Features not included in the trial
4640

4741
The following features are not included in the trial of {% data variables.product.prodname_ghe_cloud %}:
4842

43+
- {% data variables.product.prodname_emus %}: If you're interested in {% data variables.product.prodname_emus %}, please contact [{% data variables.product.prodname_dotcom %}'s Sales team](https://enterprise.github.com/contact).
4944
- {% data variables.product.prodname_GH_advanced_security %}
5045
- {% data variables.product.prodname_github_codespaces %}
5146
- {% data variables.product.prodname_copilot_for_business %}

data/release-notes/enterprise-server/3-6/0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sections:
3636
notes:
3737
# https://github.com/github/releases/issues/1438
3838
- |
39-
You can stream audit log and Git events for your instance to Amazon S3, Azure Blob Storage, Azure Event Hubs, Google Cloud Storage, or Splunk. Audit log streaming is in public beta and subject to change. For more information, see "[Streaming the audit log for your enterprise](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise)."
39+
You can stream audit log and Git events for your instance to Amazon S3, Azure Blob Storage, Azure Event Hubs, Google Cloud Storage, or Splunk. Audit log streaming is in public beta and subject to change. Enabling this feature can cause a minor impact on the performance of {% data variables.location.product_location %}. For more information, see "[Streaming the audit log for your enterprise](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-audit-log-for-your-enterprise)." [Updated: 2023-09-12]
4040
4141
- heading: GitHub Connect
4242
notes:

0 commit comments

Comments
 (0)