You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/bits_ai/bits_ai_sre/investigate_alerts.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,41 +7,41 @@ You can configure Bits to automatically investigate when a monitor triggers an a
7
7
8
8
### Enable Bits on monitors for automated investigations
9
9
10
-
There are a few ways to enable Bits for automated investigations:
10
+
There are a few ways to enable Bits for automated investigations:
11
11
-**Option 1: Use the Bits-Enabled Monitors list**
12
-
1. In Bits AI, go to the [**Bits-Enabled Monitors**][5] page.
12
+
1. In Bits AI, go to the [**Bits-Enabled Monitors**][5] page.
13
13
1. In the **Monitors** tab, select one or more monitors, then click **Enable Bits AI**.
14
14
-**Option 2: Add the Bits AI tag to a single monitor**
15
15
1. Open a monitor, click on the gear icon in the upper right corner, and select **Edit**.
16
-
1. Add the `bitsai:enabled` tag.
16
+
1. Add the `bitsai:enabled` tag.
17
17
1. Save your changes.
18
18
-**Option 3: Add the Bits AI tag in bulk**
19
19
1. In the **Monitor List**, select multiple monitors, then click **Edit tags**.
20
20
1. Add the `bitsai:enabled` tag to the selected monitors.
21
21
22
-
You can also add the tag to your desired monitors using the Datadog API or Terraform.
22
+
You can also add the tag to your desired monitors using the Datadog API or Terraform.
23
23
24
24
An investigation initiates when a monitor transitions to the alert state. Transitions to the warn or no data state, [renotifications][12], and test notifications do not trigger investigations. Additionally, noisy monitors are automatically rate-limited to avoid unnecessary investigations and protect your budget.
25
25
26
26
### Manually start an investigation
27
27
28
-
Alternatively, you can manually invoke Bits on an individual monitor event.
28
+
Alternatively, you can manually invoke Bits on an individual monitor alert or warn event.
29
29
30
30
-**Option 1: Monitor Status Page**
31
31
- On the monitor status page, select an alert event, then click **Investigate with Bits AI**.
32
32
-**Option 2: Monitor Event Side Panel**
33
33
- On the monitor event side panel, click **Investigate with Bits AI**.
34
34
-**Option 3: Slack**
35
35
- In Slack, reply to a monitor notification with `@Datadog Investigate this alert`.
36
-
36
+
37
37
### Monitor requirements for Bits AI SRE
38
38
39
39
Bits is able to run investigations on monitors that fulfill all three of the following requirements:
40
40
1.**Monitor Type**: The monitor must be a metric, logs, APM (`query_alert` type only), anomaly, forecast, integration, or outlier monitor.
41
41
42
42
2.**Service scope**: The monitor must have one of the following:
43
43
- A monitor query filtered by a service
44
-
- A monitor query grouped by a service
44
+
- A monitor query grouped by a service
45
45
- A service tag on the monitor
46
46
47
47
3.**Telemetry links**: For metric, anomaly, forecast, integration, and outlier monitors, the monitor message must include at least one helpful Datadog link:
@@ -50,7 +50,7 @@ Bits is able to run investigations on monitors that fulfill all three of the fol
50
50
- A trace query
51
51
- A Datadog notebook with helpful widgets
52
52
53
-
Think of the first page you'd navigate to in Datadog if this monitor were to fire. These links provide Bits with valuable context to kickstart its investigation. Links are not required for APM and log monitors.
53
+
Think of the first page you'd navigate to in Datadog if this monitor were to fire. These links provide Bits with valuable context to kickstart its investigation. Links are not required for APM and log monitors.
@@ -110,14 +110,14 @@ Reviewing Bits' findings not only validates their accuracy, but also helps Bits
110
110
111
111
### During the investigation
112
112
You can guide Bits' learning by:
113
-
-**Improving a step**: Share a link to a better query Bits should have made.
114
-
-**Remembering a step**: Tell Bits to remember any helpful queries it generated. This instructs Bits to prioritize running these queries the next time the same monitor fires.
113
+
-**Improving a step**: Share a link to a better query Bits should have made.
114
+
-**Remembering a step**: Tell Bits to remember any helpful queries it generated. This instructs Bits to prioritize running these queries the next time the same monitor fires.
115
115
### After the investigation
116
116
At the end of an investigation, let Bits know if the conclusion it made was correct or not. If it was inaccurate, provide Bits with the correct root cause so that it can learn from the discrepancy.
117
117
118
118
{{< img src="bits_ai/help_bits_ai_learn.png" alt="An investigation conclusion with buttons to rate the conclusion helpful or unhelpful highlighted" style="width:100%;" >}}
119
119
120
-
### Manage memories
120
+
### Manage memories
121
121
Every piece of feedback you give generates a **memory**. Bits uses these memories to enhance future investigations by recalling relevant patterns, queries, and corrections. You can navigate to [Bits-Enabled Monitors][3] to view and delete memories in the **Memories** column.
0 commit comments