-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[error-tracking] Apply general doc update #28724
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
Merged
dd-mergequeue
merged 18 commits into
master
from
guillaume.barrier/ERRORT-5095-general-doc-update
Apr 23, 2025
Merged
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
32b94fb
Apply general doc update
Guillaume-Barrier 1bad36b
Fix various bugs
Guillaume-Barrier 4ef1ce7
Fix image import names
Guillaume-Barrier 0cd9924
Merge branch 'master' into guillaume.barrier/ERRORT-5095-general-doc-…
Guillaume-Barrier 1799c0a
Troubleshoot filters no errors
Guillaume-Barrier 4aa19d1
Fix images paths
Guillaume-Barrier 81ef701
Try fix monitor target
Guillaume-Barrier abd6ca9
Create new link for monitors
Guillaume-Barrier 2e71ac8
Fix typo in monitor link
Guillaume-Barrier 2999525
Update content/en/error_tracking/error_grouping.md
Guillaume-Barrier 3532d9e
Update content/en/error_tracking/manage_data_collection.md
Guillaume-Barrier a872519
Update content/en/error_tracking/troubleshooting.md
Guillaume-Barrier c835630
Address comment
Guillaume-Barrier 82eb884
Merge branch 'master' into guillaume.barrier/ERRORT-5095-general-doc-…
Guillaume-Barrier 56658c2
Update content/en/error_tracking/explorer.md
Guillaume-Barrier ceee26b
Add examples to rules
Guillaume-Barrier 2a56ca1
removed the example section until after the illustration is completed…
iadjivon 7cfeece
deleted the previous image, added the new brand team designed image, …
iadjivon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,6 +24,12 @@ Each item listed in the Error Tracking Explorer is an issue that contains high-l | |||||
| - Graph of occurrences over time | ||||||
| - Number of occurrences in the selected time period | ||||||
|
|
||||||
| Issue are also tagged as: | ||||||
| - `New` if the issue was first seen less than two days ago and is in state **FOR REVIEW** (see [Issue States][5]) | ||||||
| - `Regression` if the issue was **RESOLVED** and occurred again in a newer version (see [Regression Detection][6]) | ||||||
| - `Crash` if the application crashed | ||||||
| - Having a [Suspected Cause][3] | ||||||
|
|
||||||
| ### Time range | ||||||
|
|
||||||
| {{< img src="real_user_monitoring/error_tracking/time_range.png" alt="Error Tracking Time Range" style="width:80%;" >}} | ||||||
|
|
@@ -48,6 +54,36 @@ Click the Edit icon to see the list of available facets that you can show or hid | |||||
|
|
||||||
| {{< img src="/error_tracking/error-tracking-facets.png" alt="Click the pencil icon to hide or show available Error Tracking facets from view." style="width:100%;" >}} | ||||||
|
|
||||||
| ### Issue level filters | ||||||
|
|
||||||
| In addition to error events, Error Tracking offers issue level filters to refine the list of displayed issues. | ||||||
|
|
||||||
| {{< img src="error_tracking/issue-level-filters.png" alt="Issue level filters in Error Tracking" style="width:100%;" >}} | ||||||
|
|
||||||
| #### Sources | ||||||
|
|
||||||
| Error Tracking consolidates errors from multiple Datadog products (Rum, Logs, APM) into a unified view, allowing you to watch and troubleshoot errors across your entire stack. You can choose to display **All**, **Browser**, **Mobile**, or **Backend** issues in the explorer. | ||||||
|
|
||||||
| For more granular filtering, you can narrow down issues by specific log sources or by SDK and scope to a programming language. | ||||||
|
|
||||||
| #### Fix available | ||||||
|
|
||||||
| Display only issues that have an AI generated fix available to quickly remediate problems. | ||||||
|
|
||||||
| #### Teams filters | ||||||
|
|
||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should we also mention service owners here? |
||||||
| Issue Team Ownership helps you quickly identify issues and focus on relevant errors by using Git `CODEOWNERS`. Datadog will automatically filter your issues so your team can cut through noise and prioritize what matters. | ||||||
|
|
||||||
| Issue ownership is derived from the `CODEOWNERS` files of your repositories. To use this feature, you need to link your Datadog teams to their GitHub counterparts. All errors coming from RUM and APM are eligible for Team Ownership. | ||||||
|
|
||||||
| #### Assigned to | ||||||
|
|
||||||
| Track and assign issues to yourself or the most knowledgeable team members, and easily refine the issue list by assignee. | ||||||
|
|
||||||
| #### Suspected Cause | ||||||
|
|
||||||
| [Suspected Cause][3] enables quicker filtering and prioritization of errors, empowering teams to address potential root causes more effectively. | ||||||
|
|
||||||
| ## Inspect an issue | ||||||
|
|
||||||
| Click on any issue to open the issue panel and see more information about it. | ||||||
|
|
@@ -64,21 +100,19 @@ The lower part of the issue panel gives you the ability to navigate error sample | |||||
|
|
||||||
| ## Get alerted on new errors | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| Seeing a new issue as soon as it happens gives you the chance to proactively identify and fix it before it becomes critical. Error Tracking generates a [Datadog event][1] whenever an issue is first seen in a given service and environment and, as a result, gives you the ability to be alerted in such cases by configuring [Event Monitors][2]. | ||||||
| Seeing a new issue as soon as it happens gives you the chance to proactively identify and fix it before it becomes critical. Error Tracking monitors allow you to track any new issue or issues that have a high impact in your systems or on your users (see [Error Tracking Monitors][7]) | ||||||
|
|
||||||
| Each event generated is tagged with the version, the service, and the environment so that you have a fine-grained control over issues you want to be alerted for. You can directly export your search query from the explorer to create an event monitor on the related scope: | ||||||
| You can directly export your search query from the explorer to create an Error Tracking Monitor on the related scope: | ||||||
|
|
||||||
| {{< img src="/error_tracking/create-monitor.mp4" alt="Export your search query to an Error Tracking monitor" video=true >}} | ||||||
|
|
||||||
| ## Suspected Cause | ||||||
|
|
||||||
| [Suspected Cause][3] enables quicker filtering and prioritization of errors, empowering teams to address potential root causes more effectively. | ||||||
|
|
||||||
| ## Further Reading | ||||||
|
|
||||||
| {{< partial name="whats-next/whats-next.html" >}} | ||||||
|
|
||||||
| [1]: /events | ||||||
| [2]: /monitors/types/event/ | ||||||
| [3]: /error_tracking/suspected_causes | ||||||
| [4]: /real_user_monitoring/explorer/search/#event-types | ||||||
| [4]: /real_user_monitoring/explorer/search/#event-types | ||||||
| [5]: /error_tracking/issue_states | ||||||
| [6]: /error_tracking/regression_detection | ||||||
| [7]: /monitors/types/error_tracking | ||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.