debian-mirror-gitlab/doc/user/operations_dashboard/index.md

48 lines
2.2 KiB
Markdown
Raw Normal View History

2021-01-29 00:20:46 +05:30
---
stage: none
group: unassigned
2021-02-22 17:27:13 +05:30
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
2021-01-29 00:20:46 +05:30
---
2019-09-30 21:07:59 +05:30
# Operations Dashboard **(PREMIUM)**
2019-07-31 22:56:46 +05:30
2022-01-26 12:08:38 +05:30
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/5781) in GitLab 11.5.
> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/9218) from GitLab Ultimate to GitLab Premium in 11.10.
2019-07-31 22:56:46 +05:30
The Operations Dashboard provides a summary of each project's operational health,
including pipeline and alert status.
2021-09-04 01:27:46 +05:30
To access the dashboard, on the top bar, select **Menu > Operations**.
2019-07-31 22:56:46 +05:30
## Adding a project to the dashboard
2021-02-22 17:27:13 +05:30
NOTE:
2019-09-30 21:07:59 +05:30
For GitLab.com, you can add your project to the Operations Dashboard for free if
your project is public. If your project is private, the group it belongs to must
2021-03-11 19:13:27 +05:30
have a [GitLab Premium](https://about.gitlab.com/pricing/) plan.
2019-07-31 22:56:46 +05:30
To add a project to the dashboard:
2021-03-11 19:13:27 +05:30
1. Ensure your alerts
[populate the `gitlab_environment_name` field](../../operations/metrics/alerts.md#external-prometheus-instances).
In GitLab 13.9, you can display alerts for the `production` environment only.
1. Click the **Add projects** button in the home screen of the dashboard.
2019-07-31 22:56:46 +05:30
1. Search and add one or more projects using the **Search your projects** field.
1. Click the **Add projects** button.
2021-02-22 17:27:13 +05:30
Once added, the dashboard displays the project's number of active alerts,
2019-07-31 22:56:46 +05:30
last commit, pipeline status, and when it was last deployed.
2019-12-26 22:10:19 +05:30
The Operations and [Environments](../../ci/environments/environments_dashboard.md) dashboards share the same list of projects. Adding or removing a project from one adds or removes the project from the other.
2019-07-31 22:56:46 +05:30
![Operations Dashboard with projects](img/index_operations_dashboard_with_projects.png)
2019-12-26 22:10:19 +05:30
## Arranging projects on a dashboard
2021-02-22 17:27:13 +05:30
You can drag project cards to change their order. The card order is currently only saved to your browser, so it doesn't change the dashboard for other people.
2019-12-26 22:10:19 +05:30
2019-07-31 22:56:46 +05:30
## Making it the default dashboard when you sign in
The Operations Dashboard can also be made the default GitLab dashboard shown when
you sign in. To make it the default, visit your [profile preferences](../profile/preferences.md).