Skip to content

Commit 0041663

Browse files
committed
add APM interpret data
1 parent e4f412b commit 0041663

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

solutions/observability/apps/interpret-application-data.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,23 @@
22
mapped_urls:
33
- https://www.elastic.co/guide/en/observability/current/apm-interpret-data.html
44
- https://www.elastic.co/guide/en/serverless/current/observability-apm-interpret-data.html
5+
6+
navigation_title: "Interpret data"
57
---
68

7-
# Interpret application data
9+
# Interpret application data [observability-apm-interpret-data]
10+
11+
12+
Learn how to get the most out of your data using the Applications UI.
13+
14+
% Stateful only for exploring mobile sessions with Discover?
15+
16+
| | |
17+
| --- | --- |
18+
| [Finding transaction latency and failure correlations](../../../solutions/observability/apps/find-transaction-latency-failure-correlations.md) | Surface characteristics of your data that are potentially correlated with high-latency or erroneous transactions. |
19+
| [Tracking deployments with annotations](../../../solutions/observability/apps/track-deployments-with-annotations.md) | Annotations enable you to easily determine if your deployment has increased response times for an end-user or if the memory/CPU footprint of your application has changed. |
20+
| [Exploring mobile sessions with Discover](../../../solutions/observability/apps/explore-mobile-sessions-with-discover.md) | Use session tracking via a globally unique identifier to explore the activities of a specific user during a specific period of time. |
21+
| [Observing Lambda functions](../../../solutions/observability/apps/observe-lambda-functions.md) | Learn how your AWS Lambda functions relate to and depend on other services, and get insight into function execution and runtime behavior, like lambda duration, cold start rate, cold start duration, compute usage, memory usage, and more. |
822

923
% What needs to be done: Align serverless/stateful
1024

0 commit comments

Comments
 (0)