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: solutions/observability/apps/errors-2.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,6 @@ mapped_urls:
6
6
7
7
# Errors [apm-errors]
8
8
9
-
::::{tip}
10
-
[Errors](/solutions/observability/apps/errors.md) are groups of exceptions with a similar exception or log message.
11
-
::::
12
-
13
-
14
9
*Errors* are groups of exceptions with a similar exception or log message. The **Errors** overview provides a high-level view of the exceptions that APM agents catch, or that users manually report with APM agent APIs. Like errors are grouped together to make it easy to quickly see which errors are affecting your services, and to take actions to rectify them.
15
10
16
11
A service returning a 5xx code from a request handler, controller, etc., will not create an exception that an APM agent can catch, and will therefore not show up in this view.
# Mobile service overview [apm-mobile-service-overview]
@@ -27,6 +29,7 @@ Understand the impact of slow application load times and variations in applicati
27
29
28
30
Note: due to the way crash rate is calculated (crashes per session) it is possible to have greater than 100% rate, due to fact that a session may contain multiple crashes.
:alt: mobile service overview showing most used devices
42
46
:class: screenshot
@@ -51,6 +55,7 @@ The **Transactions** table displays a list of *transaction groups* for the selec
51
55
52
56
By default, transaction groups are sorted by *Impact* to show the most used and slowest endpoints in your service. If there is a particular endpoint you are interested in, click **View transactions** to view a list of similar transactions on the [transactions overview](transactions-2.md) page.
@@ -73,6 +78,7 @@ If there is no HTTP status, both transactions and spans are considered successfu
73
78
74
79
The **Dependencies** table displays a list of downstream services or external connections relevant to the service at the selected time range. The table displays latency, throughput, failed transaction rate, and the impact of each dependency. By default, dependencies are sorted by *Impact* to show the most used and the slowest dependency. If there is a particular dependency you are interested in, click **[View dependencies](dependencies.md)** to learn more about it.
75
80
81
+
76
82
::::{note}
77
83
Displaying dependencies for services instrumented with the Real User Monitoring (RUM) agent requires an agent version ≥ v5.6.3.
78
84
::::
@@ -83,6 +89,7 @@ Displaying dependencies for services instrumented with the Real User Monitoring
0 commit comments