diff --git a/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-the-monitor-dashboards.md b/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-the-monitor-dashboards.md index 0a73adc0c44e..1a052e679a8c 100644 --- a/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-the-monitor-dashboards.md +++ b/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-the-monitor-dashboards.md @@ -61,6 +61,8 @@ On this more detailed dashboard you can get further insights into all aspects of Starting with {% data variables.product.prodname_ghe_server %} 3.18, you can create custom Grafana dashboards and alerts directly inside the {% data variables.enterprise.management_console %}. These custom dashboards and alerts will persist over upgrades, making it easier to maintain your monitoring configuration. +> [!IMPORTANT] Pre-built dashboards can be opened and edited for inspection, but changes cannot be saved. Create a copy of a dashboard to apply and retain any customizations. + You can use OpenTelemetry and collectd metrics concurrently for external monitoring. During the {% data variables.release-phases.public_preview %}, collectd remains enabled and cannot be disabled. {% else %} diff --git a/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/configuring-opentelemetry-for-your-instance.md b/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/configuring-opentelemetry-for-your-instance.md index da5ead6627b8..1e138a8411b6 100644 --- a/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/configuring-opentelemetry-for-your-instance.md +++ b/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/configuring-opentelemetry-for-your-instance.md @@ -170,4 +170,5 @@ sudo journalctl -u victoriametrics -f ## Next steps * To enable advanced monitoring dashboards, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/advanced-dashboards) +* Exploring OpenTelemetry metrics, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/using-grafana-to-analyze-opentelemetry-metrics). * To set up external monitoring, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/setting-up-external-monitoring-with-opentelemetry). diff --git a/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/index.md b/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/index.md index 332ff735c973..3dd58e4139ed 100644 --- a/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/index.md +++ b/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/index.md @@ -1,6 +1,6 @@ --- title: OpenTelemetry metrics -intro: 'You can configure monitoring and alerting using OpenTelemetry so that you''re aware of potential issues before they negatively impact application performance or availability.' +intro: You can configure monitoring and alerting using OpenTelemetry so that you're aware of potential issues before they negatively impact application performance or availability. versions: feature: ghes-opentelemetry topics: @@ -9,6 +9,7 @@ children: - /about-opentelemetry-metrics - /configuring-opentelemetry-for-your-instance - /advanced-dashboards + - /using-grafana-to-analyze-opentelemetry-metrics - /setting-up-external-monitoring-with-opentelemetry shortTitle: OpenTelemetry metrics --- diff --git a/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/using-grafana-to-analyze-opentelemetry-metrics.md b/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/using-grafana-to-analyze-opentelemetry-metrics.md new file mode 100644 index 000000000000..1c5f8995394c --- /dev/null +++ b/content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/using-grafana-to-analyze-opentelemetry-metrics.md @@ -0,0 +1,75 @@ +--- +title: Using Grafana to analyze OpenTelemetry metrics +intro: Monitor the health and performance of your instance using dashboards and metrics provided by the OpenTelemetry metrics stack. +versions: + feature: ghes-opentelemetry +topics: + - Enterprise + - Fundamentals + - Infrastructure + - Monitoring + - Performance +type: how_to +shortTitle: Using Grafana to analyze metrics +contentType: other +--- + +## Prerequisites + +OpenTelemetry metrics must be enabled on the instance. For configuration instructions, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/configuring-opentelemetry-for-your-instance). + +## Navigating to the monitor dashboards + +{% data reusables.enterprise_site_admin_settings.access-settings %} +{% data reusables.enterprise_site_admin_settings.management-console %} +{% data reusables.enterprise_management_console.type-management-console-password %} +1. Click the **Monitor** tab. + + +### Metric labels + +The OpenTelemetry stack exporters automatically attach labels to metrics. Common labels are: + +* `job` — the name of the exporter that produced the metric +* `instance` — the instance name from which the metric originated + +For some exporters (like `node_exporter` or `haproxy_exporter`), open-source documentation may be available by searching for the `job` label value. + +Label availability varies by exporter and metric. Some GitHub application-level metrics may provide fewer labels than infrastructure/exporter metrics, and labels are subject to change from version to version. + + +## Inspecting panel queries + +> [!IMPORTANT] Pre-built dashboards can be opened and edited for inspection, but changes cannot be saved. Create a copy of a dashboard to apply and retain any customizations. + +To understand which metrics and queries power a given panel, use the graph panel menu *(3 vertical dots)* when viewing a Grafana dashboard: + +* **Edit**: Opens the panel editor. This is the most direct way to review and adjust the queries that power the visualization. +* **Explore**: Opens Grafana Explore with the panel’s queries pre-populated, allowing interactive analysis. +* **Metrics Drilldown**: Opens a side panel for discovering related metrics and breaking down the metric by label values. + +## Exploring metrics in Grafana + +Grafana provides multiple ways to discover and analyze the metrics available on your instance. + +### Grafana Drilldown + +Grafana Drilldown provides a guided workflow to discover metrics by filtering on metric prefixes, labels, and label values. After selecting a metric, Grafana can break down the series by available label values. For example, `haproxy_backend_response_errors_total` can be grouped by proxy/back-end label values. + +### Grafana Explore + +Grafana Explore enables interactive analysis using PromQL (Prometheus Query Language), including a query builder that can help users discover available metrics and labels. + +Tips for working in Grafana Explore: + +* Use **Code mode's Metric browser** to discover metrics and labels. Selecting labels and label values can reveal associated metrics, and selecting a metric can reveal associated labels and label values. +* After selecting a metric, switch to **Builder mode** for suggestions to refine the query. +* Access additional operations via the **+ Operations** button. +* Customize legend labels in the **Options** panel using the **Legend** setting, for example `{{}}`. By default, Grafana assigns legend labels based on unique label sets. + +## Further reading + +* [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/opentelemetry-metrics/advanced-dashboards) +* [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-the-monitor-dashboards#creating-new-dashboards) +* [Get Started with Explore](https://grafana.com/docs/grafana/latest/visualizations/explore/get-started-with-explore/) in the Grafana documentation +* [Promql - Querying Basics](https://prometheus.io/docs/prometheus/latest/querying/basics/) in the Prometheus documentation diff --git a/content/copilot/reference/copilot-allowlist-reference.md b/content/copilot/reference/copilot-allowlist-reference.md index 72adb64467c3..958b773d746d 100644 --- a/content/copilot/reference/copilot-allowlist-reference.md +++ b/content/copilot/reference/copilot-allowlist-reference.md @@ -37,6 +37,7 @@ If your company employs security measures like a firewall or proxy server, you s | `https://*.enterprise.githubcopilot.com`[^4] | API service for {% data variables.product.prodname_copilot_short %} suggestions | | `https://*.SUBDOMAIN.ghe.com` | For {% data variables.product.prodname_copilot_short %} users on {% data variables.enterprise.data_residency_site %} | | `https://SUBDOMAIN.ghe.com` | For {% data variables.product.prodname_copilot_short %} users on {% data variables.enterprise.data_residency_site %} | +| `https://copilot-reports-*.b01.azurefd.net` | {% data variables.product.prodname_copilot_short %} usage metrics report downloads | Depending on the security policies and editors your organization uses, you may need to allowlist additional domains and URLs. For more information on specific editors, see [Further reading](#further-reading). diff --git a/content/desktop/index.md b/content/desktop/index.md index 2ff745461def..b1a4170abe50 100644 --- a/content/desktop/index.md +++ b/content/desktop/index.md @@ -28,9 +28,6 @@ changelog: layout: product-landing versions: feature: desktop -topics: - - Desktop - - Repositories children: - /overview - /installing-and-authenticating-to-github-desktop diff --git a/content/enterprise-onboarding/getting-started-with-your-enterprise/about-enterprise-billing.md b/content/enterprise-onboarding/getting-started-with-your-enterprise/about-enterprise-billing.md index 80687f95d8cd..3274efb0eb06 100644 --- a/content/enterprise-onboarding/getting-started-with-your-enterprise/about-enterprise-billing.md +++ b/content/enterprise-onboarding/getting-started-with-your-enterprise/about-enterprise-billing.md @@ -4,9 +4,6 @@ intro: 'Understand billing for {% data variables.product.prodname_ghe_cloud %}.' versions: ghec: '*' type: overview -topics: - - Accounts - - Enterprise shortTitle: Billing --- diff --git a/content/enterprise-onboarding/getting-started-with-your-enterprise/about-migrating-to-github-enterprise-cloud.md b/content/enterprise-onboarding/getting-started-with-your-enterprise/about-migrating-to-github-enterprise-cloud.md index 6c7736739782..0007a5fdc52a 100644 --- a/content/enterprise-onboarding/getting-started-with-your-enterprise/about-migrating-to-github-enterprise-cloud.md +++ b/content/enterprise-onboarding/getting-started-with-your-enterprise/about-migrating-to-github-enterprise-cloud.md @@ -4,9 +4,6 @@ intro: Explore migrating your current solution into {% data variables.product.pr versions: ghec: '*' type: overview -topics: - - Accounts - - Enterprise shortTitle: Migrations contentType: other --- diff --git a/content/enterprise-onboarding/getting-started-with-your-enterprise/choose-an-enterprise-type.md b/content/enterprise-onboarding/getting-started-with-your-enterprise/choose-an-enterprise-type.md index f05f838dbc96..75167550ac40 100644 --- a/content/enterprise-onboarding/getting-started-with-your-enterprise/choose-an-enterprise-type.md +++ b/content/enterprise-onboarding/getting-started-with-your-enterprise/choose-an-enterprise-type.md @@ -4,12 +4,6 @@ shortTitle: Choose an enterprise type intro: Understand the types of enterprises available in {% data variables.product.prodname_ghe_cloud %} and decide whether {% data variables.product.prodname_emus %} is right for you by asking yourself some questions. versions: ghec: '*' -topics: - - Accounts - - Authentication - - Enterprise - - Identity - - SSO redirect_from: - /admin/identity-and-access-management/understanding-iam-for-enterprises/identifying-the-best-authentication-method-for-your-enterprise - /admin/identity-and-access-management/managing-iam-for-your-enterprise/identifying-the-best-authentication-method-for-your-enterprise diff --git a/content/enterprise-onboarding/getting-started-with-your-enterprise/index.md b/content/enterprise-onboarding/getting-started-with-your-enterprise/index.md index 93a66ff1a5a9..e677f83eae06 100644 --- a/content/enterprise-onboarding/getting-started-with-your-enterprise/index.md +++ b/content/enterprise-onboarding/getting-started-with-your-enterprise/index.md @@ -3,10 +3,6 @@ title: Getting started with your enterprise intro: Start a trial of {% data variables.product.prodname_enterprise %}, add users, and discover billing and migrations. versions: ghec: '*' -topics: - - Accounts - - Enterprise - - Set up shortTitle: Get started children: - /choose-an-enterprise-type diff --git a/content/enterprise-onboarding/getting-started-with-your-enterprise/setting-up-a-trial-of-github-enterprise.md b/content/enterprise-onboarding/getting-started-with-your-enterprise/setting-up-a-trial-of-github-enterprise.md index 64beccb2b8b9..9ac2af88a5f3 100644 --- a/content/enterprise-onboarding/getting-started-with-your-enterprise/setting-up-a-trial-of-github-enterprise.md +++ b/content/enterprise-onboarding/getting-started-with-your-enterprise/setting-up-a-trial-of-github-enterprise.md @@ -4,9 +4,6 @@ intro: 'Understand what is included in the {% data variables.product.prodname_gh versions: ghec: '*' type: how_to -topics: - - Accounts - - Enterprise shortTitle: Start a trial redirect_from: - /enterprise-onboarding/getting-started-with-your-enterprise/ending-a-trial-of-github-enterprise diff --git a/content/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises.md b/content/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises.md index 7b3030cf6dfd..7af7afceac46 100644 --- a/content/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises.md +++ b/content/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises.md @@ -5,9 +5,6 @@ intro: '{% data variables.product.prodname_actions %} can improve developer prod versions: ghec: '*' type: overview -topics: - - Actions - - Enterprise allowTitleToDifferFromFilename: true --- diff --git a/content/enterprise-onboarding/github-actions-for-your-enterprise/actions-components.md b/content/enterprise-onboarding/github-actions-for-your-enterprise/actions-components.md index 0b161636906c..3a15021e5918 100644 --- a/content/enterprise-onboarding/github-actions-for-your-enterprise/actions-components.md +++ b/content/enterprise-onboarding/github-actions-for-your-enterprise/actions-components.md @@ -5,9 +5,6 @@ intro: Understand the basics of {% data variables.product.prodname_actions %}, i versions: ghec: '*' type: overview -topics: - - Fundamentals - - Actions allowTitleToDifferFromFilename: true redirect_from: - /enterprise-onboarding/github-actions-for-your-enterprise/understanding-github-actions diff --git a/content/enterprise-onboarding/github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md b/content/enterprise-onboarding/github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md index f859974fd12a..10a607715726 100644 --- a/content/enterprise-onboarding/github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md +++ b/content/enterprise-onboarding/github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud.md @@ -5,9 +5,6 @@ intro: 'Configure {% data variables.product.prodname_actions %} on {% data varia versions: ghec: '*' type: how_to -topics: - - Actions - - Enterprise allowTitleToDifferFromFilename: true --- diff --git a/content/enterprise-onboarding/github-actions-for-your-enterprise/index.md b/content/enterprise-onboarding/github-actions-for-your-enterprise/index.md index 2b4d70a9f9cc..a7c8bf06f17f 100644 --- a/content/enterprise-onboarding/github-actions-for-your-enterprise/index.md +++ b/content/enterprise-onboarding/github-actions-for-your-enterprise/index.md @@ -4,11 +4,6 @@ intro: Plan and implement a rollout of {% data variables.product.prodname_action shortTitle: Set up CI/CD with Actions versions: ghec: '*' -topics: - - Administrator - - Enterprise - - Set up - - Actions children: - /about-github-actions-for-enterprises - /actions-components diff --git a/content/enterprise-onboarding/github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions.md b/content/enterprise-onboarding/github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions.md index 8a4074fe9413..9546fb22e00f 100644 --- a/content/enterprise-onboarding/github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions.md +++ b/content/enterprise-onboarding/github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions.md @@ -5,10 +5,6 @@ intro: 'Plan a migration to {% data variables.product.prodname_actions %} for yo versions: ghec: '*' type: how_to -topics: - - Actions - - Enterprise - - Migration allowTitleToDifferFromFilename: true --- diff --git a/content/enterprise-onboarding/github-actions-for-your-enterprise/planning-a-rollout-of-github-actions.md b/content/enterprise-onboarding/github-actions-for-your-enterprise/planning-a-rollout-of-github-actions.md index 49170ef5f372..9a8190e8ac39 100644 --- a/content/enterprise-onboarding/github-actions-for-your-enterprise/planning-a-rollout-of-github-actions.md +++ b/content/enterprise-onboarding/github-actions-for-your-enterprise/planning-a-rollout-of-github-actions.md @@ -5,9 +5,6 @@ intro: You can plan how to roll out {% data variables.product.prodname_actions % versions: ghec: '*' type: how_to -topics: - - Actions - - Enterprise allowTitleToDifferFromFilename: true redirect_from: - /enterprise-onboarding/github-actions-for-your-enterprise/security-hardening-for-github-actions diff --git a/content/enterprise-onboarding/github-apps/automations-in-your-enterprise.md b/content/enterprise-onboarding/github-apps/automations-in-your-enterprise.md index a97dcb3943b0..cb6a03da8b04 100644 --- a/content/enterprise-onboarding/github-apps/automations-in-your-enterprise.md +++ b/content/enterprise-onboarding/github-apps/automations-in-your-enterprise.md @@ -5,9 +5,6 @@ intro: 'Learn how {% data variables.product.prodname_github_apps %}, external se versions: ghec: '*' type: overview -topics: - - Enterprise - - Fundamentals --- {% data reusables.enterprise-onboarding.automations %} diff --git a/content/enterprise-onboarding/github-apps/create-enterprise-apps.md b/content/enterprise-onboarding/github-apps/create-enterprise-apps.md index 410bc96b1c93..cb09a383caf2 100644 --- a/content/enterprise-onboarding/github-apps/create-enterprise-apps.md +++ b/content/enterprise-onboarding/github-apps/create-enterprise-apps.md @@ -5,9 +5,6 @@ intro: 'Create GitHub Apps that can access enterprise-level resources and automa versions: ghec: '*' type: how_to -topics: - - Enterprise - - GitHub Apps --- {% data reusables.enterprise-onboarding.create-enterprise-apps %} diff --git a/content/enterprise-onboarding/github-apps/index.md b/content/enterprise-onboarding/github-apps/index.md index 4a6dc10b394b..5b090bc52566 100644 --- a/content/enterprise-onboarding/github-apps/index.md +++ b/content/enterprise-onboarding/github-apps/index.md @@ -5,9 +5,6 @@ intro: 'Automate processes across your enterprise.' versions: ghec: '*' type: overview -topics: - - Enterprise - - GitHub Apps children: - /automations-in-your-enterprise - /create-enterprise-apps diff --git a/content/enterprise-onboarding/github-apps/install-enterprise-apps.md b/content/enterprise-onboarding/github-apps/install-enterprise-apps.md index f403a299cf14..e46ed389fbed 100644 --- a/content/enterprise-onboarding/github-apps/install-enterprise-apps.md +++ b/content/enterprise-onboarding/github-apps/install-enterprise-apps.md @@ -5,9 +5,6 @@ intro: 'Install GitHub Apps to build automations for the enterprise account.' versions: ghec: '*' type: how_to -topics: - - Enterprise - - GitHub Apps --- {% data reusables.enterprise-onboarding.install-enterprise-apps %} diff --git a/content/enterprise-onboarding/govern-people-and-repositories/about-enterprise-policies.md b/content/enterprise-onboarding/govern-people-and-repositories/about-enterprise-policies.md index 6cf524483274..0b2e53dda838 100644 --- a/content/enterprise-onboarding/govern-people-and-repositories/about-enterprise-policies.md +++ b/content/enterprise-onboarding/govern-people-and-repositories/about-enterprise-policies.md @@ -5,9 +5,6 @@ intro: 'Understand what policies are and why they are useful.' versions: ghec: '*' type: overview -topics: - - Enterprise - - Policies --- {% data reusables.enterprise-onboarding.about-policies %} diff --git a/content/enterprise-onboarding/govern-people-and-repositories/about-enterprise-security.md b/content/enterprise-onboarding/govern-people-and-repositories/about-enterprise-security.md index a27b6d71de74..6bfe948a21fe 100644 --- a/content/enterprise-onboarding/govern-people-and-repositories/about-enterprise-security.md +++ b/content/enterprise-onboarding/govern-people-and-repositories/about-enterprise-security.md @@ -9,10 +9,6 @@ redirect_from: - /enterprise-onboarding/feature-enhancements/about-code-security-for-your-enterprise - /enterprise-onboarding/feature-enhancements/about-enterprise-security type: overview -topics: - - Enterprise - - Set up - - Security contentType: other --- diff --git a/content/enterprise-onboarding/govern-people-and-repositories/create-custom-properties.md b/content/enterprise-onboarding/govern-people-and-repositories/create-custom-properties.md index 122b8b55e48a..b0cb89ca364c 100644 --- a/content/enterprise-onboarding/govern-people-and-repositories/create-custom-properties.md +++ b/content/enterprise-onboarding/govern-people-and-repositories/create-custom-properties.md @@ -5,8 +5,6 @@ intro: 'Create and apply custom properties to categorize and manage repositories versions: ghec: '*' type: how_to -topics: - - Enterprise --- {% data reusables.enterprise-onboarding.creating-custom-properties %} diff --git a/content/enterprise-onboarding/govern-people-and-repositories/create-repository-policies.md b/content/enterprise-onboarding/govern-people-and-repositories/create-repository-policies.md index f66416ef9621..c49f8709fa38 100644 --- a/content/enterprise-onboarding/govern-people-and-repositories/create-repository-policies.md +++ b/content/enterprise-onboarding/govern-people-and-repositories/create-repository-policies.md @@ -5,10 +5,6 @@ intro: 'Enforce repository policies across your enterprise using custom properti versions: ghec: '*' type: how_to -topics: - - Enterprise - - Policies - - Repositories --- {% data reusables.enterprise.repo-policy-rules-preview %} diff --git a/content/enterprise-onboarding/govern-people-and-repositories/index.md b/content/enterprise-onboarding/govern-people-and-repositories/index.md index db8046ae6e8f..564121d1801f 100644 --- a/content/enterprise-onboarding/govern-people-and-repositories/index.md +++ b/content/enterprise-onboarding/govern-people-and-repositories/index.md @@ -5,9 +5,6 @@ intro: 'Implement policies, custom properties, and rulesets to govern users and versions: ghec: '*' type: overview -topics: - - Enterprise - - Policies children: - /about-enterprise-policies - /create-custom-properties diff --git a/content/enterprise-onboarding/govern-people-and-repositories/protect-branches.md b/content/enterprise-onboarding/govern-people-and-repositories/protect-branches.md index c76e99c20ec6..8c075b1633d6 100644 --- a/content/enterprise-onboarding/govern-people-and-repositories/protect-branches.md +++ b/content/enterprise-onboarding/govern-people-and-repositories/protect-branches.md @@ -5,8 +5,6 @@ intro: 'Create rulesets at the enterprise level to enforce code governance polic versions: ghec: '*' type: how_to -topics: - - Enterprise redirect_from: - /enterprise-onboarding/feature-enhancements/about-rulesets --- diff --git a/content/enterprise-onboarding/govern-people-and-repositories/using-the-audit-log-for-your-enterprise.md b/content/enterprise-onboarding/govern-people-and-repositories/using-the-audit-log-for-your-enterprise.md index ae7af309b9ca..3950444223e3 100644 --- a/content/enterprise-onboarding/govern-people-and-repositories/using-the-audit-log-for-your-enterprise.md +++ b/content/enterprise-onboarding/govern-people-and-repositories/using-the-audit-log-for-your-enterprise.md @@ -4,8 +4,6 @@ intro: Use the audit log to monitor activity in your enterprise. versions: ghec: '*' type: overview -topics: - - Enterprise shortTitle: Use the audit log redirect_from: - /enterprise-onboarding/feature-enhancements/about-the-audit-log-for-your-enterprise diff --git a/content/enterprise-onboarding/index.md b/content/enterprise-onboarding/index.md index 535e14c947c5..a3410738f72c 100644 --- a/content/enterprise-onboarding/index.md +++ b/content/enterprise-onboarding/index.md @@ -59,10 +59,6 @@ journeyTracks: - href: '/enterprise-onboarding/github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud' versions: ghec: '*' -topics: - - Administrator - - Enterprise - - Set up children: - /getting-started-with-your-enterprise - /setting-up-organizations-and-teams diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/about-roles-in-an-enterprise.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/about-roles-in-an-enterprise.md index a745e9a431c3..c9e95ee190a6 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/about-roles-in-an-enterprise.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/about-roles-in-an-enterprise.md @@ -5,9 +5,6 @@ intro: 'Understand the different role types in an enterprise and how they contro versions: ghec: '*' type: overview -topics: - - Enterprise - - Permissions redirect_from: - /enterprise-onboarding/feature-enhancements/about-access-permissions-on-github --- diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/about-teams-in-an-enterprise.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/about-teams-in-an-enterprise.md index d03fcf3388b3..120d835e37c4 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/about-teams-in-an-enterprise.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/about-teams-in-an-enterprise.md @@ -5,9 +5,6 @@ intro: 'Discover how teams help organize users, manage repository access, and st versions: ghec: '*' type: overview -topics: - - Enterprise - - Teams redirect_from: - /enterprise-onboarding/setting-up-organizations-and-teams/managing-organization-members --- diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/assigning-roles-to-teams-and-users.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/assigning-roles-to-teams-and-users.md index f93b6e9a6e50..e50c92f3812f 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/assigning-roles-to-teams-and-users.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/assigning-roles-to-teams-and-users.md @@ -5,9 +5,6 @@ intro: 'Assign enterprise roles to manage access and permissions.' versions: ghec: '*' type: how_to -topics: - - Enterprise - - Teams --- {% data reusables.enterprise-onboarding.assign-roles %} diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/best-practices.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/best-practices.md index 62a049c3fe3a..5a965b60d54f 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/best-practices.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/best-practices.md @@ -4,9 +4,6 @@ intro: Structure your enterprise and organizations for the best developer experi versions: ghec: '*' type: how_to -topics: - - Organizations - - Enterprise shortTitle: Best practices redirect_from: - /enterprise-onboarding/setting-up-organizations-and-teams/best-practices-for-organizations-in-your-enterprise diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/creating-custom-roles.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/creating-custom-roles.md index a95e8a844215..07740d2d0fd9 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/creating-custom-roles.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/creating-custom-roles.md @@ -5,9 +5,6 @@ intro: 'Create custom organization roles with fine-grained permissions tailored versions: ghec: '*' type: how_to -topics: - - Enterprise - - Permissions --- {% data reusables.enterprise-onboarding.create-custom-roles %} diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/creating-teams.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/creating-teams.md index 2e06bd563eb3..23c2dcbfd2ad 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/creating-teams.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/creating-teams.md @@ -6,9 +6,6 @@ versions: shortTitle: Create teams type: how_to permissions: Enterprise owners or organization owners -topics: - - Organizations - - Enterprise allowTitleToDifferFromFilename: true --- diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/identify-role-requirements.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/identify-role-requirements.md index 7472d740db57..30a418aef4c1 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/identify-role-requirements.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/identify-role-requirements.md @@ -5,9 +5,6 @@ versions: ghec: '*' shortTitle: Identify role requirements type: how_to -topics: - - Organizations - - Enterprise --- {% data reusables.enterprise-onboarding.identify-role-requirements %} diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/index.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/index.md index 31379229d62a..ddb201bd6673 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/index.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/index.md @@ -3,10 +3,6 @@ title: Setting up organizations and teams in your enterprise intro: Add and manage organizations and teams in your enterprise. versions: ghec: '*' -topics: - - Accounts - - Enterprise - - Set up shortTitle: Set up organizations and teams children: - /best-practices diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/setting-up-an-organization.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/setting-up-an-organization.md index 0e3102743750..52910cdeaf24 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/setting-up-an-organization.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/setting-up-an-organization.md @@ -4,9 +4,6 @@ intro: 'Set up an organization in your enterprise.' versions: ghec: '*' type: how_to -topics: - - Organizations - - Enterprise shortTitle: Set up an organization redirect_from: - /enterprise-onboarding/setting-up-organizations-and-teams/managing-your-organizations diff --git a/content/enterprise-onboarding/setting-up-organizations-and-teams/use-innersource.md b/content/enterprise-onboarding/setting-up-organizations-and-teams/use-innersource.md index f52b22374034..0d6f2da21a2c 100644 --- a/content/enterprise-onboarding/setting-up-organizations-and-teams/use-innersource.md +++ b/content/enterprise-onboarding/setting-up-organizations-and-teams/use-innersource.md @@ -5,10 +5,6 @@ intro: Help dispersed teams to collaborate by setting up open source–style wor versions: ghec: '*' contentType: concepts -topics: - - Accounts - - Enterprise - - Fundamentals allowTitleToDifferFromFilename: true --- diff --git a/content/enterprise-onboarding/support-for-your-enterprise/index.md b/content/enterprise-onboarding/support-for-your-enterprise/index.md index 7a5801c0413d..0ea0bec28896 100644 --- a/content/enterprise-onboarding/support-for-your-enterprise/index.md +++ b/content/enterprise-onboarding/support-for-your-enterprise/index.md @@ -4,10 +4,6 @@ intro: 'Discover {% data variables.product.github %} support and set up a suppor allowTitleToDifferFromFilename: true versions: ghec: '*' -topics: - - Enterprise - - Set up - - Support shortTitle: Create a support model children: - /understanding-support diff --git a/content/enterprise-onboarding/support-for-your-enterprise/managing-support-entitlements.md b/content/enterprise-onboarding/support-for-your-enterprise/managing-support-entitlements.md index f1e8517be537..e34cf4a58219 100644 --- a/content/enterprise-onboarding/support-for-your-enterprise/managing-support-entitlements.md +++ b/content/enterprise-onboarding/support-for-your-enterprise/managing-support-entitlements.md @@ -5,10 +5,6 @@ versions: ghec: '*' allowTitleToDifferFromFilename: true type: how_to -topics: - - Enterprise - - Set up - - Support shortTitle: Manage support entitlements --- diff --git a/content/enterprise-onboarding/support-for-your-enterprise/understanding-support.md b/content/enterprise-onboarding/support-for-your-enterprise/understanding-support.md index 1158e3e63d06..fd97f60211bf 100644 --- a/content/enterprise-onboarding/support-for-your-enterprise/understanding-support.md +++ b/content/enterprise-onboarding/support-for-your-enterprise/understanding-support.md @@ -6,10 +6,6 @@ versions: ghec: '*' allowTitleToDifferFromFilename: true type: overview -topics: - - Enterprise - - Set up - - Support --- ## About {% data variables.contact.github_support %} diff --git a/content/enterprise-onboarding/support-for-your-enterprise/using-the-support-portal.md b/content/enterprise-onboarding/support-for-your-enterprise/using-the-support-portal.md index 99689f59bad5..1fe365766385 100644 --- a/content/enterprise-onboarding/support-for-your-enterprise/using-the-support-portal.md +++ b/content/enterprise-onboarding/support-for-your-enterprise/using-the-support-portal.md @@ -6,10 +6,6 @@ allowTitleToDifferFromFilename: true versions: ghec: '*' type: how_to -topics: - - Enterprise - - Set up - - Support --- ## About the {% data variables.contact.enterprise_portal %} for enterprises diff --git a/content/rest/copilot/copilot-usage-metrics.md b/content/rest/copilot/copilot-usage-metrics.md index d8caefa952e1..2839fbff374e 100644 --- a/content/rest/copilot/copilot-usage-metrics.md +++ b/content/rest/copilot/copilot-usage-metrics.md @@ -19,4 +19,6 @@ allowTitleToDifferFromFilename: true To enable these endpoints, the "{% data variables.product.prodname_copilot_short %} usage metrics" policy must be set to **Enabled everywhere** for the enterprise. See [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-enterprise-policies#defining-policies-for-your-enterprise). +For more information on the metrics returned by these endpoints, see [AUTOTITLE](/copilot/reference/copilot-usage-metrics). +