Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update alerts-ai-overview-page.mdx #16728

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading