Skip to content

Commit a848b4d

Browse files
committed
update formatting
1 parent 4e665c3 commit a848b4d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

solutions/observability/apps/errors-2.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ mapped_urls:
66

77
# Errors [apm-errors]
88

9-
::::{tip}
10-
[Errors](/solutions/observability/apps/errors.md) are groups of exceptions with a similar exception or log message.
11-
::::
12-
13-
149
*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.
1510

1611
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.

solutions/observability/apps/logs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Logs displayed on this page are filtered on `service.name`
2424
::::
2525

2626
## Integrate with logging frameworks [apm-logs-correlation]
27+
```{applies_to}
28+
stack: all
29+
```
2730

2831
Elastic APM integrates with popular logging frameworks, making it easy to correlate your logs and traces. This enables you to:
2932

solutions/observability/apps/mobile-service-overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/observability/current/apm-mobile-service-overview.html
4+
applies_to:
5+
stack: all
46
---
57

68
# Mobile service overview [apm-mobile-service-overview]
@@ -27,6 +29,7 @@ Understand the impact of slow application load times and variations in applicati
2729

2830
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.
2931

32+
3033
:::{image} ../../../images/observability-mobile-location.png
3134
:alt: mobile service overview centered on location map
3235
:class: screenshot
@@ -37,6 +40,7 @@ Note: due to the way crash rate is calculated (crashes per session) it is possib
3740

3841
Optimize your end-user experience and your application QA strategy based on your most used device models and operating system versions.
3942

43+
4044
:::{image} ../../../images/observability-mobile-most-used.png
4145
:alt: mobile service overview showing most used devices
4246
:class: screenshot
@@ -51,6 +55,7 @@ The **Transactions** table displays a list of *transaction groups* for the selec
5155

5256
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.
5357

58+
5459
:::{image} ../../../images/observability-traffic-transactions.png
5560
:alt: Traffic and transactions
5661
:class: screenshot
@@ -73,6 +78,7 @@ If there is no HTTP status, both transactions and spans are considered successfu
7378

7479
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.
7580

81+
7682
::::{note}
7783
Displaying dependencies for services instrumented with the Real User Monitoring (RUM) agent requires an agent version ≥ v5.6.3.
7884
::::
@@ -83,6 +89,7 @@ Displaying dependencies for services instrumented with the Real User Monitoring
8389
:class: screenshot
8490
:::
8591

92+
8693
:::{image} ../../../images/observability-mobile-tp.png
8794
:alt: mobile service overview showing latency
8895
:class: screenshot

0 commit comments

Comments
 (0)