Skip to content

Commit d4cb5b1

Browse files
committed
add APM overview
1 parent 69c980d commit d4cb5b1

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

solutions/observability/apps/application-performance-monitoring-apm.md

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

7-
# Application performance monitoring (APM)
7+
# Application performance monitoring (APM) [apm]
88

9-
% What needs to be done: Align serverless/stateful
9+
Elastic APM is an application performance monitoring system built on the {{stack}}. It allows you to monitor software services and applications in real time, by collecting detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more. This makes it easy to pinpoint and fix performance problems quickly.
1010

11-
% Use migrated content from existing pages that map to this page:
11+
:::{image} ../../../images/observability-apm-app-landing.png
12+
:alt: Applications UI in {kib}
13+
:class: screenshot
14+
:::
1215

13-
% - [ ] ./raw-migrated-files/observability-docs/observability/apm.md
14-
% - [ ] ./raw-migrated-files/docs-content/serverless/observability-apm.md
16+
Elastic APM also automatically collects unhandled errors and exceptions. Errors are grouped based primarily on the stack trace, so you can identify new errors as they appear and keep an eye on how many times specific errors happen.
17+
18+
Metrics are another vital source of information when debugging production systems. Elastic APM agents automatically pick up basic host-level metrics and agent-specific metrics, like JVM metrics in the Java Agent, and Go runtime metrics in the Go Agent.
19+
20+
21+
## Give Elastic APM a try [give_elastic_apm_a_try]
22+
23+
Use [Get started with application traces and APM](../../../solutions/observability/apps/fleet-managed-apm-server.md) to quickly spin up an APM deployment. Want to host everything yourself instead? See [Get started](../../../solutions/observability/apps/get-started-with-apm.md).

0 commit comments

Comments
 (0)