Skip to content

Commit 376b011

Browse files
committed
add APM metrics
1 parent 4d682f8 commit 376b011

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

solutions/observability/apps/metrics-2.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/serverless/current/observability-apm-metrics.html
55
---
66

7-
# Metrics
7+
# Metrics [apm-metrics]
88

9-
% What needs to be done: Align serverless/stateful
9+
The **Metrics** overview provides APM agent-specific metrics, which lets you perform more in-depth root cause analysis investigations within the Applications UI.
1010

11-
% Use migrated content from existing pages that map to this page:
11+
If you’re experiencing a problem with your service, you can use this page to attempt to find the underlying cause. For example, you might be able to correlate a high number of errors with a long transaction duration, high CPU usage, or a memory leak.
1212

13-
% - [ ] ./raw-migrated-files/observability-docs/observability/apm-metrics.md
14-
% - [ ] ./raw-migrated-files/docs-content/serverless/observability-apm-metrics.md
13+
:::{image} ../../../images/observability-apm-metrics.png
14+
:alt: Example view of the Metrics overview in Applications UI in Kibana
15+
:class: screenshot
16+
:::
17+
18+
If you’re using the Java APM agent, you can view metrics for each JVM.
19+
20+
:::{image} ../../../images/observability-jvm-metrics-overview.png
21+
:alt: Example view of the Metrics overview for the Java Agent
22+
:class: screenshot
23+
:::
24+
25+
Breaking down metrics by JVM makes it much easier to analyze the provided metrics: CPU usage, memory usage, heap or non-heap memory, thread count, garbage collection rate, and garbage collection time spent per minute.
26+
27+
:::{image} ../../../images/observability-jvm-metrics.png
28+
:alt: Example view of the Metrics overview for the Java Agent
29+
:class: screenshot
30+
:::

0 commit comments

Comments
 (0)