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

40 lines
1.8 KiB
Markdown
Raw Normal View History

2021-01-29 00:20:46 +05:30
---
2023-03-04 22:38:38 +05:30
stage: Release
group: Release
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/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
The Operations Dashboard provides a summary of each project's operational health,
including pipeline and alert status.
2022-10-11 01:57:18 +05:30
To access the dashboard, on the top bar, select **Main menu > Operations**.
2019-07-31 22:56:46 +05:30
## Adding a project to the dashboard
To add a project to the dashboard:
2022-07-23 23:45:48 +05:30
1. Ensure your alerts populate the `gitlab_environment_name` label on the alerts you set up in Prometheus.
The value of this should match the name of your environment in GitLab.
2021-03-11 19:13:27 +05:30
In GitLab 13.9, you can display alerts for the `production` environment only.
2022-07-23 23:45:48 +05:30
1. Select **Add projects** 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.
2022-07-23 23:45:48 +05:30
1. Select **Add projects**.
2019-07-31 22:56:46 +05:30
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
2023-04-23 21:23:45 +05:30
you sign in. To make it the default, see [Profile preferences](../profile/preferences.md).