debian-mirror-gitlab/doc/operations/incident_management/incidents.md

291 lines
12 KiB
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
stage: Monitor
2021-04-29 21:17:54 +05:30
group: Monitor
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
2020-10-24 23:57:45 +05:30
---
2021-03-11 19:13:27 +05:30
# Incidents **(FREE)**
2020-10-24 23:57:45 +05:30
2021-01-29 00:20:46 +05:30
Incidents are critical entities in incident management workflows. They represent
a service disruption or outage that needs to be restored urgently. GitLab provides
tools for the triage, response, and remediation of incidents.
2020-10-24 23:57:45 +05:30
2021-03-08 18:12:59 +05:30
Users with at least Guest [permissions](../../user/permissions.md) can access
incidents [on public projects](../../user/permissions.md#project-members-permissions).
2021-01-03 14:25:43 +05:30
## Incident Creation
You can create an incident manually or automatically.
### Create incidents manually
2021-12-11 22:18:48 +05:30
> - [Moved](https://gitlab.com/gitlab-org/monitor/monitor/-/issues/24) to GitLab Free in 13.3.
> - [Permission changed](https://gitlab.com/gitlab-org/gitlab/-/issues/336624) from Guest to Reporter in GitLab 14.5.
2021-01-03 14:25:43 +05:30
2021-12-11 22:18:48 +05:30
If you have at least Reporter [permissions](../../user/permissions.md),
you can create an incident manually from the Incidents List or the Issues List.
2021-01-03 14:25:43 +05:30
2021-12-11 22:18:48 +05:30
To create an incident from the Incidents List:
2021-01-03 14:25:43 +05:30
2021-12-11 22:18:48 +05:30
1. Navigate to **Monitor > Incidents** and click **Create Incident**.
1. Create a new issue using the `incident` template available when creating it.
1. Create a new issue and assign the `incident` label to it.
2021-01-03 14:25:43 +05:30
2021-01-29 00:20:46 +05:30
![Incident List Create](img/incident_list_create_v13_3.png)
2021-01-03 14:25:43 +05:30
2021-12-11 22:18:48 +05:30
To create an incident from the Issues List:
2021-01-03 14:25:43 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/230857) in GitLab 13.4.
2021-03-11 19:13:27 +05:30
1. Go to **Issues > List**, and select **New issue**.
1. In the **Type** dropdown, select **Incident**. Only fields relevant to
incidents are displayed on the page.
2021-04-29 21:17:54 +05:30
1. Create the incident as needed, and select **Create issue** to save the
2021-03-11 19:13:27 +05:30
incident.
2021-01-03 14:25:43 +05:30
2021-01-29 00:20:46 +05:30
![Incident List Create](img/new_incident_create_v13_4.png)
2021-01-03 14:25:43 +05:30
2021-11-18 22:05:49 +05:30
### Create incidents automatically **(ULTIMATE)**
2021-01-03 14:25:43 +05:30
2021-11-18 22:05:49 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/4925) in GitLab 11.11.
2021-01-03 14:25:43 +05:30
2021-11-18 22:05:49 +05:30
With at least the Maintainer [role](../../user/permissions.md), you can enable
2021-01-03 14:25:43 +05:30
GitLab to create incident automatically whenever an alert is triggered:
2021-09-04 01:27:46 +05:30
1. Navigate to **Settings > Monitor > Incidents** and expand **Incidents**.
2021-01-29 00:20:46 +05:30
1. Check the **Create an incident** checkbox.
1. To customize the incident, select an
2021-04-17 20:07:23 +05:30
[issue template](../../user/project/description_templates.md#create-an-issue-template).
2021-03-11 19:13:27 +05:30
1. To send [an email notification](paging.md#email-notifications) to users
2021-11-18 22:05:49 +05:30
with the Developer [role](../../user/permissions.md), select
2021-01-29 00:20:46 +05:30
**Send a separate email notification to Developers**. Email notifications are
2021-11-18 22:05:49 +05:30
also sent to users with the **Maintainer** and **Owner** roles.
2021-01-03 14:25:43 +05:30
1. Click **Save changes**.
### Create incidents via the PagerDuty webhook
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/119018) in GitLab 13.3.
You can set up a webhook with PagerDuty to automatically create a GitLab incident
for each PagerDuty incident. This configuration requires you to make changes
in both PagerDuty and GitLab:
2021-11-18 22:05:49 +05:30
1. Sign in as a user with the Maintainer [role](../../user/permissions.md).
2021-09-04 01:27:46 +05:30
1. Navigate to **Settings > Monitor > Incidents** and expand **Incidents**.
2021-01-03 14:25:43 +05:30
1. Select the **PagerDuty integration** tab:
2021-01-29 00:20:46 +05:30
![PagerDuty incidents integration](img/pagerduty_incidents_integration_v13_3.png)
2021-01-03 14:25:43 +05:30
1. Activate the integration, and save the changes in GitLab.
1. Copy the value of **Webhook URL** for use in a later step.
1. Follow the steps described in the
[PagerDuty documentation](https://support.pagerduty.com/docs/webhooks)
to add the webhook URL to a PagerDuty webhook integration.
To confirm the integration is successful, trigger a test incident from PagerDuty to
confirm that a GitLab incident is created from the incident.
## Incident list
For users with at least Guest [permissions](../../user/permissions.md), the
2021-09-04 01:27:46 +05:30
Incident list is available at **Monitor > Incidents**
2020-10-24 23:57:45 +05:30
in your project's sidebar. The list contains the following metrics:
2021-01-03 14:25:43 +05:30
![Incident List](img/incident_list_v13_5.png)
2020-10-24 23:57:45 +05:30
- **Status** - To filter incidents by their status, click **Open**, **Closed**,
or **All** above the incident list.
- **Search** - The Incident list supports a simple free text search, which filters
on the **Title** and **Incident** fields.
2020-11-24 15:15:51 +05:30
- **Severity** - Severity of a particular incident, which can be one of the following
values:
- **{severity-critical}** **Critical - S1**
- **{severity-high}** **High - S2**
- **{severity-medium}** **Medium - S3**
- **{severity-low}** **Low - S4**
- **{severity-unknown}** **Unknown**
2021-01-03 14:25:43 +05:30
[Editing incident severity](#change-severity) on the incident details page was
[introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/229402) in GitLab 13.4.
2020-11-24 15:15:51 +05:30
2020-10-24 23:57:45 +05:30
- **Incident** - The description of the incident, which attempts to capture the
most meaningful data.
- **Date created** - How long ago the incident was created. This field uses the
standard GitLab pattern of `X time ago`, but is supported by a granular date/time
tooltip depending on the user's locale.
- **Assignees** - The user assigned to the incident.
- **Published** - Displays a green check mark (**{check-circle}**) if the incident is published
2021-11-18 22:05:49 +05:30
to a [Status Page](status_page.md).
2020-10-24 23:57:45 +05:30
The Incident list displays incidents sorted by incident created date.
2021-11-18 22:05:49 +05:30
([Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/229534) in GitLab 13.3.)
2020-10-24 23:57:45 +05:30
To see if a column is sortable, point your mouse at the header. Sortable columns
display an arrow next to the column name.
2021-11-18 22:05:49 +05:30
Incidents share the [Issues API](../../api/issues.md).
2021-01-03 14:25:43 +05:30
2021-02-22 17:27:13 +05:30
NOTE:
2020-11-24 15:15:51 +05:30
For a live example of the incident list in action, visit this
[demo project](https://gitlab.com/gitlab-examples/ops/incident-setup/everyone/tanuki-inc/-/incidents).
2021-01-03 14:25:43 +05:30
## Incident details
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/230847) in GitLab 13.4.
2020-10-24 23:57:45 +05:30
2021-03-08 18:12:59 +05:30
Users with at least Guest [permissions](../../user/permissions.md) can view
2021-09-04 01:27:46 +05:30
the Incident Details page. Navigate to **Monitor > Incidents** in your project's
2021-01-03 14:25:43 +05:30
sidebar, and select an incident from the list.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
When you take any of these actions on an incident, GitLab logs a system note and
displays it in the Incident Details view:
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
- Updating the severity of an incident
([Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42358) in GitLab 13.5.)
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
For live examples of GitLab incidents, visit the `tanuki-inc` project's
[incident list page](https://gitlab.com/gitlab-examples/ops/incident-setup/everyone/tanuki-inc/-/incidents).
Click any incident in the list to display its incident details page.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
### Summary
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
The summary section for incidents provides both critical details about and the
contents of the issue template (if one was used). The highlighted bar at the top
of the incident displays from left to right:
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
- The link to the original alert.
- The alert start time.
- The event count.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
Beneath the highlight bar, GitLab displays a summary that includes the following fields:
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
- Start time
- Severity
- `full_query`
- Monitoring tool
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
Comments are displayed in threads, but can be displayed chronologically
[in a timeline view](#timeline-view).
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
### Metrics **(PREMIUM)**
2021-03-08 18:12:59 +05:30
2021-11-18 22:05:49 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/235994) in GitLab 13.8.
2021-03-08 18:12:59 +05:30
In many cases, incidents are associated to metrics. You can upload screenshots of metric
charts in the **Metrics** tab:
![Incident Metrics tab](img/incident_metrics_tab_v13_8.png)
When you upload an image, you can associate it with a URL to the original graph. Users can access the original graph by clicking the image:
![Metric image URL dialog](img/metric_image_url_dialog_v13_8.png)
2021-01-03 14:25:43 +05:30
### Alert details
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
Incidents show the details of linked alerts in a separate tab. To populate this
tab, the incident must have been created with a linked alert. Incidents
created automatically from alerts have this
field populated.
2020-10-24 23:57:45 +05:30
2021-01-29 00:20:46 +05:30
![Incident alert details](img/incident_alert_details_v13_4.png)
2020-11-24 15:15:51 +05:30
2021-03-11 19:13:27 +05:30
### Timeline view **(PREMIUM)**
2020-11-24 15:15:51 +05:30
2021-11-18 22:05:49 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/227836) in GitLab 13.5.
2020-11-24 15:15:51 +05:30
2021-01-03 14:25:43 +05:30
To quickly see the latest updates on an incident, click
**{comments}** **Turn timeline view on** in the comment bar to display comments
un-threaded and ordered chronologically, newest to oldest:
2020-11-24 15:15:51 +05:30
2021-01-29 00:20:46 +05:30
![Timeline view toggle](img/timeline_view_toggle_v13_5.png)
2020-10-24 23:57:45 +05:30
2021-03-11 19:13:27 +05:30
### Service Level Agreement countdown timer **(PREMIUM)**
2020-10-24 23:57:45 +05:30
2021-11-18 22:05:49 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/241663) in GitLab 13.5.
2020-10-24 23:57:45 +05:30
2021-01-29 00:20:46 +05:30
You can enable the Service Level Agreement Countdown timer on incidents to track
the Service Level Agreements (SLAs) you hold with your customers. The timer is
automatically started when the incident is created, and shows the time
2021-09-04 01:27:46 +05:30
remaining before the SLA period expires. The timer is also dynamically updated
every 15 minutes so you do not have to refresh the page to see the time remaining.
To configure the timer:
2021-01-29 00:20:46 +05:30
2021-09-04 01:27:46 +05:30
1. Navigate to **Settings > Monitor**.
2021-01-29 00:20:46 +05:30
1. Scroll to **Incidents** and click **Expand**, then select the
**Incident settings** tab.
1. Select **Activate "time to SLA" countdown timer**.
1. Set a time limit in increments of 15 minutes.
1. Click **Save changes**.
After you enable the SLA countdown timer, the **Time to SLA** attribute is displayed
as a column in the Incidents List, and as a field on newly created Incidents. If
the incident isn't closed before the SLA period ends, GitLab adds a `missed::SLA`
label to the incident.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
## Incident Actions
2020-10-24 23:57:45 +05:30
2021-01-29 00:20:46 +05:30
There are different actions available to help triage and respond to incidents.
2020-10-24 23:57:45 +05:30
2021-01-03 14:25:43 +05:30
### Assign incidents
2020-10-24 23:57:45 +05:30
2021-01-29 00:20:46 +05:30
Assign incidents to users that are actively responding. Select **Edit** in the
right-hand side bar to select or deselect assignees.
2020-11-24 15:15:51 +05:30
2021-03-11 19:13:27 +05:30
### Associate a milestone
Associate an incident to a milestone by selecting **Edit** next to the milestone feature in the right-hand side bar.
2021-01-03 14:25:43 +05:30
### Change severity
2020-11-24 15:15:51 +05:30
2021-01-29 00:20:46 +05:30
See [Incident List](#incident-list) for a full description of the severity levels available.
Select **Edit** in the right-hand side bar to change the severity of an incident.
2020-11-24 15:15:51 +05:30
2021-10-27 15:23:28 +05:30
You can also change the severity using the [`/severity` quick action](../../user/project/quick_actions.md).
2021-01-29 00:20:46 +05:30
### Add a to-do item
2020-11-24 15:15:51 +05:30
2021-01-29 00:20:46 +05:30
Add a to-do for incidents that you want to track in your to-do list. Click the
**Add a to do** button at the top of the right-hand side bar to add a to-do item.
2020-11-24 15:15:51 +05:30
2021-01-03 14:25:43 +05:30
### Manage incidents from Slack
2020-11-24 15:15:51 +05:30
2021-01-03 14:25:43 +05:30
Slack slash commands allow you to control GitLab and view GitLab content without leaving Slack.
2020-11-24 15:15:51 +05:30
2021-01-03 14:25:43 +05:30
Learn how to [set up Slack slash commands](../../user/project/integrations/slack_slash_commands.md)
and how to [use the available slash commands](../../integration/slash_commands.md).
2020-11-24 15:15:51 +05:30
2021-01-03 14:25:43 +05:30
### Associate Zoom calls
GitLab enables you to [associate a Zoom meeting with an issue](../../user/project/issues/associate_zoom_meeting.md)
for synchronous communication during incident management. After starting a Zoom
call for an incident, you can associate the conference call with an issue. Your
team members can join the Zoom call without requesting a link.
### Embed metrics in incidents
You can embed metrics anywhere [GitLab Markdown](../../user/markdown.md) is
used, such as descriptions, comments on issues, and merge requests. Embedding
metrics helps you share them when discussing incidents or performance issues.
You can output the dashboard directly into any issue, merge request, epic, or
any other Markdown text field in GitLab by
[copying and pasting the link to the metrics dashboard](../metrics/embed.md#embedding-gitlab-managed-kubernetes-metrics).
You can embed both [GitLab-hosted metrics](../metrics/embed.md) and
[Grafana metrics](../metrics/embed_grafana.md) in incidents and issue
templates.
2021-06-08 01:23:25 +05:30
### Automatically close incidents via recovery alerts
> - [Introduced for Prometheus Integrations](https://gitlab.com/gitlab-org/gitlab/-/issues/13401) in GitLab 12.5.
> - [Introduced for HTTP Integrations](https://gitlab.com/gitlab-org/gitlab/-/issues/13402) in GitLab 13.4.
2021-11-18 22:05:49 +05:30
With at least the Maintainer [role](../../user/permissions.md), you can enable
2021-06-08 01:23:25 +05:30
GitLab to close an incident automatically when a **Recovery Alert** is received:
2021-09-04 01:27:46 +05:30
1. Navigate to **Settings > Monitor > Incidents** and expand **Incidents**.
2021-06-08 01:23:25 +05:30
1. Check the **Automatically close associated Incident** checkbox.
1. Click **Save changes**.
When GitLab receives a **Recovery Alert**, it closes the associated incident.
This action is recorded as a system message on the incident indicating that it
was closed automatically by the GitLab Alert bot.