Skip to content

Commit c1f0808

Browse files
iadjivonjhgilbert
andauthored
Create issue correlation page (#29801)
* Create issue_correlation.md * Update main.en.yaml * Add files via upload * vale suggestions and reduced image width * Apply suggestions from code review * Update content/en/error_tracking/issue_correlation.md * Update content/en/error_tracking/issue_correlation.md Co-authored-by: Jen Gilbert <[email protected]> * Update content/en/error_tracking/issue_correlation.md Co-authored-by: Jen Gilbert <[email protected]> * Update content/en/error_tracking/issue_correlation.md Co-authored-by: Jen Gilbert <[email protected]> * Apply suggestions from code review Co-authored-by: Jen Gilbert <[email protected]> * changing the weight to resolve a conflict --------- Co-authored-by: Jen Gilbert <[email protected]>
1 parent be44f4c commit c1f0808

File tree

6 files changed

+53
-0
lines changed

6 files changed

+53
-0
lines changed

config/_default/menus/main.en.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,6 +2195,11 @@ menu:
21952195
parent: error_tracking
21962196
identifier: error_tracking_error_grouping
21972197
weight: 4
2198+
- name: Issue Correlation
2199+
url: error_tracking/issue_correlation
2200+
parent: error_tracking
2201+
identifier: error_tracking_issue_correlation
2202+
weight: 9
21982203
- name: Bits AI Dev Agent
21992204
url: bits_ai/bits_ai_dev_agent
22002205
parent: error_tracking
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Issue Correlation with Error Tracking
3+
description: Understand how errors are grouped into issues.
4+
further_reading:
5+
- link: '/monitors/types/error_tracking'
6+
tag: 'Documentation'
7+
text: 'Learn about Error Tracking Monitors'
8+
- link: '/error_tracking/issue_states/'
9+
tag: 'Documentation'
10+
text: 'Issue States in Error Tracking'
11+
---
12+
{{< callout url="https://www.datadoghq.com/product-preview/error-tracking-issue-correlation/" d-toggle="modal" d_target="#signupModal" custom_class="sign-up-trigger">}}
13+
Issue Correlation with Error Tracking is currently in Preview, but you can easily request access! Use this form to submit your request. Once approved, you can automatically map related issues across services, helping you trace problems to their true origin.
14+
{{< /callout >}}
15+
## Overview
16+
17+
{{< img src="error_tracking/issue-correlation-overview.png" alt="The view of the correlated issues tab in the context of the Error Tracking Explorer" style="width:100%;" >}}
18+
19+
You use Error Tracking to simplify debugging by grouping thousands of similar errors into a single issue. Use issue correlation to determine the cause of the issue, the impact it has on other services, and if the error is a result of a downstream dependency.
20+
21+
Issue correlation also helps reduce noise from the issue list by identifying the most critical issues. This allows you to alert the right team and reach a quicker resolution.
22+
23+
## Identify correlated issues
24+
To identify which issues across your services are correlated, navigate to the Error Tracking page at [**Error > Issues**][1].
25+
26+
{{< img src="error_tracking/issue-correlation-et-page.png" alt="The issues list in the Error Tracking Explorer" style="width:70%;" >}}
27+
28+
Select an issue to open the issue's details side panel.
29+
30+
{{< img src="error_tracking/issue-correlation-side-panel.png" alt="The details of an issue in the Error Tracking Explorer" style="width:70%;" >}}
31+
32+
Open the `Correlated issues` tab to see the issue correlation map.
33+
34+
{{< img src="error_tracking/issue-correlation-correlation-tab.png" alt="The details of an issue in the Error Tracking Explorer focusing on the issue correlation tab" style="width:70%;" >}}
35+
36+
The issue correlation map shows the following information about a given issue:
37+
- **Root cause**: the services that are likely to be causing the issue
38+
- **Current issue**: the issue selected along with whether it is assigned to a team
39+
- **Impact**: the resources, users, and sessions that are impacted
40+
41+
42+
## Further Reading
43+
44+
{{< partial name="whats-next/whats-next.html" >}}
45+
46+
47+
48+
[1]: https://app.datadoghq.com/error-tracking
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)