56 lines
2.4 KiB
Markdown
56 lines
2.4 KiB
Markdown
---
|
|
stage: Manage
|
|
group: Optimize
|
|
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
|
|
---
|
|
|
|
# Insights for groups **(ULTIMATE)**
|
|
|
|
> [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/725) in GitLab 12.0.
|
|
|
|
Configure Insights to explore data about you group's activity, such as
|
|
triage hygiene, issues created or closed in a given period, and average time for merge
|
|
requests to be merged.
|
|
|
|
## View your group's Insights
|
|
|
|
Prerequisites:
|
|
|
|
- You must have [permission](../../permissions.md#group-members-permissions) to view the group.
|
|
- You must have access to a project to view information about its merge requests and issues,
|
|
and permission to view them if they are confidential.
|
|
|
|
To access your group's Insights:
|
|
|
|
1. On the top bar, select **Main menu > Groups** and find your group.
|
|
1. On the left sidebar, select **Analytics > Insights**.
|
|
|
|
![Insights example stacked bar chart](img/insights_example_stacked_bar_chart_v13_11.png)
|
|
|
|
## Configure your Insights
|
|
|
|
GitLab reads Insights from the
|
|
[default configuration file](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/fixtures/insights/default.yml).
|
|
You can also create custom Insights charts that are more relevant for your group.
|
|
|
|
To customize your Insights:
|
|
|
|
1. Create a new file [`.gitlab/insights.yml`](../../project/insights/index.md#writing-your-gitlabinsightsyml)
|
|
in a project that belongs to your group.
|
|
1. On the top bar, select **Main menu > Groups** and find your group.
|
|
1. On the left sidebar, select **Settings > General**.
|
|
1. Expand **Insights**.
|
|
1. Select the project that contains your `.gitlab/insights.yml` configuration file.
|
|
1. Select **Save changes**.
|
|
|
|
<!-- ## Troubleshooting
|
|
|
|
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
|
|
one might have when setting this up, or when something is changed, or on upgrading, it's
|
|
important to describe those, too. Think of things that may go wrong and include them here.
|
|
This is important to minimize requests for support, and to avoid doc comments with
|
|
questions that you know someone might ask.
|
|
|
|
Each scenario can be a third-level heading, e.g. `### Getting error message X`.
|
|
If you have none to add when creating a doc, leave this section in place
|
|
but commented out to help encourage others to add to it in the future. -->
|