From ed9a2317a781b458840e1edaa2d719ebd7eada4f Mon Sep 17 00:00:00 2001 From: Siara <108543037+SiaraMist@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:07:55 -0700 Subject: [PATCH] Actions Usage Metrics - [Public Beta] (#49865) Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- ...usage-limits-billing-and-administration.md | 12 ++++++ .../index.md | 1 + ...ons-usage-metrics-for-your-organization.md | 16 ++++++++ ...curity-and-analysis-for-your-enterprise.md | 2 +- .../about-the-dependency-graph.md | 2 +- .../configuring-the-dependency-graph.md | 2 +- ...loring-the-dependencies-of-a-repository.md | 2 +- .../index.md | 3 +- ...-for-dependencies-in-your-organization.md} | 7 ++-- ...iewing-usage-metrics-for-github-actions.md | 38 +++++++++++++++++++ .../about-custom-organization-roles.md | 3 ++ .../roles-in-an-organization.md | 2 +- data/features/actions-usage-metrics.yml | 4 ++ .../actions/about-actions-usage-metrics.md | 7 ++++ .../actions-usage-metrics-beta-note.md | 1 + ...tions-usage-metrics-not-billing-metrics.md | 3 ++ .../fixtures/versionless-redirects.txt | 3 +- 17 files changed, 98 insertions(+), 10 deletions(-) create mode 100644 content/actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization.md rename content/organizations/collaborating-with-groups-in-organizations/{viewing-insights-for-your-organization.md => viewing-insights-for-dependencies-in-your-organization.md} (89%) create mode 100644 content/organizations/collaborating-with-groups-in-organizations/viewing-usage-metrics-for-github-actions.md create mode 100644 data/features/actions-usage-metrics.yml create mode 100644 data/reusables/actions/about-actions-usage-metrics.md create mode 100644 data/reusables/actions/actions-usage-metrics-beta-note.md create mode 100644 data/reusables/actions/actions-usage-metrics-not-billing-metrics.md diff --git a/content/actions/learn-github-actions/usage-limits-billing-and-administration.md b/content/actions/learn-github-actions/usage-limits-billing-and-administration.md index 6937bf41c7ca..5904574a04d2 100644 --- a/content/actions/learn-github-actions/usage-limits-billing-and-administration.md +++ b/content/actions/learn-github-actions/usage-limits-billing-and-administration.md @@ -84,6 +84,18 @@ Usage limits apply to self-hosted runners. For more information, see "[AUTOTITLE In addition to the usage limits, you must ensure that you use {% data variables.product.prodname_actions %} within the [GitHub Terms of Service](/free-pro-team@latest/site-policy/github-terms/github-terms-of-service). For more information on {% data variables.product.prodname_actions %}-specific terms, see the [GitHub Additional Product Terms](/free-pro-team@latest/site-policy/github-terms/github-terms-for-additional-products-and-features#a-actions-usage). {% endif %} +{% ifversion fpt or ghec %} + +## {% data variables.product.prodname_actions %} usage metrics + +{% data reusables.actions.actions-usage-metrics-beta-note %} + +If you are on a {% data variables.product.prodname_ghe_cloud %} plan, organization owners and users with the "View organization Actions usage metrics" permission can view {% data variables.product.prodname_actions %} usage metrics for their organization. These metrics can help understand how and where your Actions minutes are being used. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-usage-metrics-for-github-actions)." + +When you view usage metrics, it is important to remember that {% data reusables.actions.actions-usage-metrics-not-billing-metrics %} + +{% endif %} + ## Billing for reusable workflows If you reuse a workflow, billing is always associated with the caller workflow. Assignment of {% data variables.product.prodname_dotcom %}-hosted runners is always evaluated using only the caller's context. The caller cannot use {% data variables.product.prodname_dotcom %}-hosted runners from the called repository. diff --git a/content/actions/monitoring-and-troubleshooting-workflows/index.md b/content/actions/monitoring-and-troubleshooting-workflows/index.md index 03f4f920b36a..e07f28c40c33 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/index.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/index.md @@ -18,5 +18,6 @@ children: - /using-workflow-run-logs - /enabling-debug-logging - /notifications-for-workflow-runs + - /viewing-github-actions-usage-metrics-for-your-organization --- {% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization.md b/content/actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization.md new file mode 100644 index 000000000000..790a0fe49570 --- /dev/null +++ b/content/actions/monitoring-and-troubleshooting-workflows/viewing-github-actions-usage-metrics-for-your-organization.md @@ -0,0 +1,16 @@ +--- +title: Viewing GitHub Actions usage metrics for your organization +shortTitle: GitHub Actions usage metrics +intro: 'Organization owners and CI/CD administrators can view usage metrics for how and where their organization uses {% data variables.product.prodname_actions %}.' +permissions: 'Organization owners and users with the "View organization Actions usage metrics" permissions.' +product: 'Your organization must be on a {% data variables.product.prodname_ghe_cloud %} plan.' +versions: + fpt: '*' + ghec: '*' +--- + +{% data reusables.actions.actions-usage-metrics-beta-note %} + +If you are on a {% data variables.product.prodname_ghe_cloud %} plan, {% data reusables.actions.about-actions-usage-metrics %} + +For more information about how to use {% data variables.product.prodname_actions %} usage metrics, see "[AUTOTITLE](/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-usage-metrics-for-github-actions)" in the {% data variables.product.prodname_ghe_cloud %} documentation. diff --git a/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-security-and-analysis-for-your-enterprise.md b/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-security-and-analysis-for-your-enterprise.md index 47e062d00f16..2f49a624de48 100644 --- a/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-security-and-analysis-for-your-enterprise.md +++ b/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-security-and-analysis-for-your-enterprise.md @@ -48,7 +48,7 @@ Additionally, you can enforce policies for the use of {% data variables.product. ## Enforcing a policy for visibility of dependency insights -Dependency insights show all packages that repositories within your enterprise's organizations depend on. Dependency insights include aggregated information about security advisories and licenses. For more information, see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization)." +Dependency insights show all packages that repositories within your enterprise's organizations depend on. Dependency insights include aggregated information about security advisories and licenses. For more information, see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization)." Across all organizations owned by your enterprise, you can control whether organization members can view dependency insights. You can also allow owners to administer the setting on the organization level. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights)." diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md index 0add753a6058..baf08c01a0f4 100644 --- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md +++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md @@ -65,7 +65,7 @@ For public repositories, only public repositories that depend on it or on packag You can use the dependency graph to: - Explore the repositories your code depends on{% ifversion fpt or ghec %}, and those that depend on it{% endif %}. For more information, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository)." {% ifversion ghec %} -- View a summary of the dependencies used in your organization's repositories in a single dashboard. For more information, see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization#viewing-organization-dependency-insights)."{% endif %} +- View a summary of the dependencies used in your organization's repositories in a single dashboard. For more information, see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization#viewing-organization-dependency-insights)."{% endif %} - View and update vulnerable dependencies for your repository. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)." - See information about vulnerable dependencies in pull requests. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request)." diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md index 42962434e4b0..d561cef5aa7b 100644 --- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md +++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md @@ -57,6 +57,6 @@ When the dependency graph is first enabled, any manifest and lock files for supp ## Further reading -{% ifversion ghec %}- "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization)"{% endif %} +{% ifversion ghec %}- "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization)"{% endif %} - "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts)" - "[AUTOTITLE](/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies)" diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md index 33091f723c8f..b4b322fbd13c 100644 --- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md +++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md @@ -113,6 +113,6 @@ If a manifest or lock file is not processed, its dependencies are omitted from t - "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph)" - "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts)"{% ifversion ghec %} -- "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization)"{% endif %}{% ifversion fpt or ghec %} +- "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization)"{% endif %}{% ifversion fpt or ghec %} - "[AUTOTITLE](/get-started/privacy-on-github)" {% endif %} diff --git a/content/organizations/collaborating-with-groups-in-organizations/index.md b/content/organizations/collaborating-with-groups-in-organizations/index.md index 2a3c0890da1e..a19530e6d402 100644 --- a/content/organizations/collaborating-with-groups-in-organizations/index.md +++ b/content/organizations/collaborating-with-groups-in-organizations/index.md @@ -20,7 +20,8 @@ children: - /accessing-your-organizations-settings - /customizing-your-organizations-profile - /about-your-organizations-news-feed - - /viewing-insights-for-your-organization + - /viewing-insights-for-dependencies-in-your-organization + - /viewing-usage-metrics-for-github-actions shortTitle: Collaborate with groups --- diff --git a/content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization.md b/content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization.md similarity index 89% rename from content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization.md rename to content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization.md index b1c9c7feb952..a06a01b3d5a9 100644 --- a/content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization.md +++ b/content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization.md @@ -1,15 +1,16 @@ --- -title: Viewing insights for your organization -intro: 'Organization insights provide data about your organization dependencies.' +title: Viewing insights for dependencies in your organization +intro: Organization dependency insights provide data about your organization dependencies. redirect_from: - /articles/viewing-insights-for-your-organization - /github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization + - /organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization versions: ghec: '*' topics: - Organizations - Teams -shortTitle: View organization insights +shortTitle: Dependency insights permissions: Organization members can view organization insights. --- diff --git a/content/organizations/collaborating-with-groups-in-organizations/viewing-usage-metrics-for-github-actions.md b/content/organizations/collaborating-with-groups-in-organizations/viewing-usage-metrics-for-github-actions.md new file mode 100644 index 000000000000..abadf0e68efd --- /dev/null +++ b/content/organizations/collaborating-with-groups-in-organizations/viewing-usage-metrics-for-github-actions.md @@ -0,0 +1,38 @@ +--- +title: Viewing usage metrics for GitHub Actions +shortTitle: GitHub Actions usage metrics +intro: 'GitHub Actions usage metrics provide insights into how and where your organization is using resources for its CI/CD pipelines.' +permissions: 'Organization owners and users with the "View organization Actions usage metrics" permission.' +product: 'Your organization must be on a {% data variables.product.prodname_ghe_cloud %} plan.' +versions: + feature: actions-usage-metrics +--- + +{% data reusables.actions.actions-usage-metrics-beta-note %} + +## About {% data variables.product.prodname_actions %} usage metrics + +{% data reusables.actions.about-actions-usage-metrics %} + +{% data reusables.actions.actions-usage-metrics-not-billing-metrics %} + +## Enabling access to {% data variables.product.prodname_actions %} usage metrics + +Organization owners can create custom organization roles to allow people to view {% data variables.product.prodname_actions %} usage metrics for their organization. To provide users with access, select the "View organization Actions usage metrics" role when creating a custom organization role. For more information, see "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles)." + +## Viewing {% data variables.product.prodname_actions %} usage metrics + +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.insights %} +1. In the "Insights" navigation menu, click **Actions Usage Metrics**. +1. Optionally, to select a time period to view usage metrics for, choose an option from the **Period** drop down menu at the top right of the page. +1. Click on the tab that contains the usage metrics you would like to view. For more information, see "[About {% data variables.product.prodname_actions %} usage metrics](#about-github-actions-usage-metrics)." +1. Optionally, to filter the data displayed in a tab, create a filter. + 1. Click on the **{% octicon "filter" aria-hidden="true" %} Filter** button. + 1. Click **{% octicon "plus" aria-hidden="true" %} Add a filter**. + 1. Choose a metric you would like to filter results by. + 1. Depending on the metric you chose, fill out information in the "Qualifier," "Operator," and "Value" columns. + 1. Optionally, click **{% octicon "plus" aria-hidden="true" %} Add a filter** to add another filter. + 1. Click **Apply**. +1. Optionally, to download usage metrics to a CSV file, click {% octicon "download" aria-label="Download report" %}. diff --git a/content/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles.md b/content/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles.md index e748c6d1ccaa..c37bdb516379 100644 --- a/content/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles.md +++ b/content/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles.md @@ -48,5 +48,8 @@ Manage organization Actions policies | Access to manage all settings on the "Act Manage organization runners and runner groups | Access to create and manage GitHub-hosted runners, self-hosted runners, and runner groups, and control where self-hosted runners can be created. | "[AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#overview-of-github-hosted-runners)"

"[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)" Manage organization Actions secrets | Access to create and manage Actions organization secrets. | "[AUTOTITLE](/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-an-organization)" Manage organization Actions variables | Access to create and manage Actions organization variables. | "[AUTOTITLE](/actions/learn-github-actions/variables#creating-configuration-variables-for-an-organization)" +{%- ifversion actions-usage-metrics %} +View organization Actions usage metrics | View {% data variables.product.prodname_actions %} usage metrics for your organization. | "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-usage-metrics-for-github-actions)" +{%- endif %} {% endrowheaders %} diff --git a/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md b/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md index 880b9931045c..e8fc0fdda59c 100644 --- a/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md +++ b/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md @@ -115,7 +115,7 @@ Some of the features listed below are limited to organizations using {% data var | See all organization members and teams | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "x" aria-label="No" %} | {% octicon "check" aria-label="Yes" %} | | @mention any visible team | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "x" aria-label="No" %} | {% octicon "check" aria-label="Yes" %} | | Can be made a _team maintainer_ | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "x" aria-label="No" %} | {% octicon "check" aria-label="Yes" %} |{% ifversion ghec %} -| View organization insights (see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization)") | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "x" aria-label="No" %} | {% octicon "check" aria-label="Yes" %} |{% endif %}{% ifversion team-discussions %} +| View organization insights (see "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization)") | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "x" aria-label="No" %} | {% octicon "check" aria-label="Yes" %} |{% endif %}{% ifversion team-discussions %} | View and post public team discussions to **all teams** (see "[AUTOTITLE](/organizations/collaborating-with-your-team/about-team-discussions)") | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "check" aria-label="Yes" %} | {% octicon "x" aria-label="No" %} | {% octicon "check" aria-label="Yes" %} | | View and post private team discussions to **all teams** (see "[AUTOTITLE](/organizations/collaborating-with-your-team/about-team-discussions)") | {% octicon "check" aria-label="Yes" %} | {% octicon "x" aria-label="No" %} |{% octicon "x" aria-label="No" %} | {% octicon "x" aria-label="No" %} | {% octicon "x" aria-label="No" %} | | Edit and delete team discussions in **all teams** (see "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments)") | {% octicon "check" aria-label="Yes" %} | {% octicon "x" aria-label="No" %} | {% octicon "x" aria-label="No" %} | {% octicon "x" aria-label="No" %} | {% octicon "x" aria-label="No" %} | diff --git a/data/features/actions-usage-metrics.yml b/data/features/actions-usage-metrics.yml new file mode 100644 index 000000000000..aa5b977270b7 --- /dev/null +++ b/data/features/actions-usage-metrics.yml @@ -0,0 +1,4 @@ +# Issue 13896 +# Versioning for Actions Usage Metrics +versions: + ghec: '*' diff --git a/data/reusables/actions/about-actions-usage-metrics.md b/data/reusables/actions/about-actions-usage-metrics.md new file mode 100644 index 000000000000..9abc7362a56b --- /dev/null +++ b/data/reusables/actions/about-actions-usage-metrics.md @@ -0,0 +1,7 @@ +{% data variables.product.prodname_actions %} usage metrics enable you to analyze how your organization is using Actions minutes. You can view usage information related to: + +- **Workflows**. View usage data for each workflow in your organization, and use this information to identify opportunities for optimization, such as refactoring a workflow or using a {% data variables.actions.hosted_runner %}. +- **Jobs**. See which jobs are the most resource-intensive and where they are running. +- **Repositories**. Get a high-level snapshot of each repository in your organization and their volume of Actions minutes usage. +- **Runtime OS**. Understand how runners for each operating system are using Actions minutes and what types of operating systems your workflows are running on most often. +- **Runner type**. Compare how your self-hosted runners and GitHub-hosted runners use Actions minutes and the volume of workflow runs for each type of runner. diff --git a/data/reusables/actions/actions-usage-metrics-beta-note.md b/data/reusables/actions/actions-usage-metrics-beta-note.md new file mode 100644 index 000000000000..3df2f9bbec88 --- /dev/null +++ b/data/reusables/actions/actions-usage-metrics-beta-note.md @@ -0,0 +1 @@ +>[!NOTE] {% data variables.product.prodname_actions %} usage metrics are in beta and subject to change. diff --git a/data/reusables/actions/actions-usage-metrics-not-billing-metrics.md b/data/reusables/actions/actions-usage-metrics-not-billing-metrics.md new file mode 100644 index 000000000000..6607b252b664 --- /dev/null +++ b/data/reusables/actions/actions-usage-metrics-not-billing-metrics.md @@ -0,0 +1,3 @@ +{% data variables.product.prodname_actions %} usage metrics do not apply minute multipliers to the metrics displayed. While they _can_ help you understand your bill, their primary purpose is to help you understand how and where Actions minutes are being used in your organization. + +For more information about minute multipliers, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#minute-multipliers)." diff --git a/src/fixtures/fixtures/versionless-redirects.txt b/src/fixtures/fixtures/versionless-redirects.txt index 3b3829fc60a6..2822d1153430 100644 --- a/src/fixtures/fixtures/versionless-redirects.txt +++ b/src/fixtures/fixtures/versionless-redirects.txt @@ -453,7 +453,8 @@ - /github/setting-up-and-managing-your-enterprise/managing-use-of-advanced-security-for-organizations-in-your-enterprise-account - /github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-advanced-security-usage -/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization +/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization +- /organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization - /organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization - /articles/viewing-insights-for-your-organization - /github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization