kibana/docs/apm/getting-started.asciidoc

63 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-04-20 21:13:37 +02:00
[role="xpack"]
[[apm-getting-started]]
== Get started with the APM app
2018-04-20 21:13:37 +02:00
++++
<titleabbrev>Get started</titleabbrev>
++++
2018-04-20 21:13:37 +02:00
// Conditionally display a screenshot or video depending on what the
// current documentation version is.
ifeval::["{is-current-version}"=="true"]
++++
<script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script>
<img
style="width: 100%; margin: auto; display: block;"
class="vidyard-player-embed"
src="https://play.vidyard.com/Y4nE2XLYEk75odbRQmUA3g.jpg"
data-uuid="Y4nE2XLYEk75odbRQmUA3g"
data-v="4"
data-type="inline"
/>
</br>
++++
endif::[]
2021-01-05 18:58:04 +01:00
For a quick, high-level overview of the health and performance of your application,
start with:
* <<services>>
* <<traces>>
2021-09-23 20:52:10 +02:00
* <<dependencies>>
2021-01-05 18:58:04 +01:00
* <<service-maps>>
Notice something awry? Select a service or trace and dive deeper with:
* <<service-overview>>
* <<transactions>>
* <<spans>>
* <<errors>>
* <<metrics>>
2018-04-20 21:13:37 +02:00
TIP: Want to learn more about the Elastic APM ecosystem?
See the {apm-guide-ref}/apm-overview.html[APM Overview].
include::services.asciidoc[]
include::traces.asciidoc[]
2021-09-23 20:52:10 +02:00
include::dependencies.asciidoc[]
2021-01-05 18:58:04 +01:00
include::service-maps.asciidoc[]
include::service-overview.asciidoc[]
include::transactions.asciidoc[]
include::spans.asciidoc[]
include::errors.asciidoc[]
include::metrics.asciidoc[]