mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
### Summary - Closes https://github.com/elastic/observability-docs/issues/2632. - Closes https://github.com/elastic/observability-docs/issues/2631. - Closes https://github.com/elastic/observability-docs/issues/2633. - Closes https://github.com/elastic/observability-docs/issues/2630. - Closes https://github.com/elastic/observability-docs/issues/1339.
41 lines
1.3 KiB
Text
41 lines
1.3 KiB
Text
[role="xpack"]
|
|
[[xpack-apm]]
|
|
= APM
|
|
|
|
[partintro]
|
|
--
|
|
The APM app in {kib} allows you to monitor your software services and applications in real-time;
|
|
visualize detailed performance information on your services,
|
|
identify and analyze errors,
|
|
and monitor host-level and APM agent-specific metrics like JVM and Go runtime metrics.
|
|
|
|
[float]
|
|
[[apm-bottlenecks]]
|
|
== Visualizing application bottlenecks
|
|
|
|
Having access to application-level insights with just a few clicks can drastically decrease the time you spend
|
|
debugging errors, slow response times, and crashes.
|
|
|
|
For example, you can see information about response times, requests per minute, and status codes per endpoint.
|
|
You can even dive into a specific request sample and get a complete waterfall view of what your application is spending its time on.
|
|
You might see that your bottlenecks are in database queries, cache calls, or external requests.
|
|
For each incoming request and each application error,
|
|
you can also see contextual information such as the request header, user information,
|
|
system values, or custom data that you manually attached to the request.
|
|
--
|
|
|
|
:beat_kib_app: APM and User Experience
|
|
|
|
include::set-up.asciidoc[]
|
|
|
|
include::getting-started.asciidoc[]
|
|
|
|
include::how-to-guides.asciidoc[]
|
|
|
|
include::apm-app-users.asciidoc[]
|
|
|
|
include::settings.asciidoc[]
|
|
|
|
include::api.asciidoc[]
|
|
|
|
include::troubleshooting.asciidoc[]
|