Skip to content

Commit

Permalink
Merge pull request #16728 from bgoleno/patch-9
Browse files Browse the repository at this point in the history
Update alerts-ai-overview-page.mdx
  • Loading branch information
homelessbirds authored Mar 29, 2024
2 parents 98e46ff + a14a15c commit 1935e37
Showing 1 changed file with 2 additions and 85 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ redirects:
freshnessValidatedDate: never
---

On the <InlinePopover type="alerts" /> <DoNotTranslate>**Overview**</DoNotTranslate> page, you'll find a consolidated view of your current alerts incidents. The <DoNotTranslate>**Issues & activity**</DoNotTranslate> page has views of your active issues, recent incidents, and anomalies.
On the <InlinePopover type="alerts" /> <DoNotTranslate>**Overview**</DoNotTranslate> page, you'll find a consolidated view of your current alerts incidents. The <DoNotTranslate>**Issues & activity**</DoNotTranslate> page has views of your active issues and recent incidents.

## Why it matters [#why]

The <DoNotTranslate>**Overview**</DoNotTranslate> and <DoNotTranslate>**Issues & activity**</DoNotTranslate> pages provide analytics on how your system is (or isn't) performing. You can quickly switch between the [<DoNotTranslate>**Overview**</DoNotTranslate>](#summary), [<DoNotTranslate>**Issues**</DoNotTranslate>](#issues), [<DoNotTranslate>**Incidents**</DoNotTranslate>](#incidents), and [<DoNotTranslate>**Anomalies**</DoNotTranslate>](#anomalies) to scan for critical problems affecting your systems.
The <DoNotTranslate>**Overview**</DoNotTranslate> and <DoNotTranslate>**Issues & activity**</DoNotTranslate> pages provide analytics on how your system is (or isn't) performing. You can quickly switch between the [<DoNotTranslate>**Overview**</DoNotTranslate>](#summary), [<DoNotTranslate>**Issues**</DoNotTranslate>](#issues) and [<DoNotTranslate>**Incidents**</DoNotTranslate>](#incidents) to scan for critical problems affecting your systems.

## Overview page [#summary]

Expand Down Expand Up @@ -356,86 +356,3 @@ Click an incident's row to see the incident's details.
</tbody>
</table>

## Anomalies

On the <DoNotTranslate>**Issues & activity**</DoNotTranslate> page, anomalies are outliers in your system's performance and operation that might be the sign of a problem. See every anomaly in one place. You can filter your anomalies by anomaly state, entity, configuration and configuration type.

By default, this page shows a list of all your recent anomalies in the selected account. Select an anomaly to view a detailed analysis and more context.

### Anomalies feed columns

<table>
<thead>
<tr>
<th style={{ width: "200px" }}>
Column name
</th>

<th>
Explanation
</th>
</tr>
</thead>

<tbody>
<tr>
<td>
State of anomaly
</td>

<td>
Values: open or closed.
</td>
</tr>

<tr>
<td>
Anomaly category
</td>

<td>
Values: error rate, web throughput, non-web throughput.
</td>
</tr>

<tr>
<td>
(no column name)
</td>

<td>
A graph to illustrate the anomaly.
</td>
</tr>

<tr>
<td>
Start time
</td>

<td>
How long ago the anomaly started.
</td>
</tr>

<tr>
<td>
Duration
</td>

<td>
How long the anomaly lasted.
</td>
</tr>

<tr>
<td>
Entity
</td>

<td>
Name of the entity.
</td>
</tr>
</tbody>
</table>

0 comments on commit 1935e37

Please sign in to comment.