kibana/docs/apm/getting-started.asciidoc
Brandon Morelli 4ed60697e9
[APM] Documentation updates (#160568)
### Summary

This PR makes a handful of updates to the APM app documentation:

- [x] **Alerts tab, workflow, and grouping**
- Rewrote most of our [alerting
documentation](https://kibana_160568.docs-preview.app.elstc.co/guide/en/kibana/master/apm-alerts.html#apm-alert-view-active)
to explain the new granularity level of alerts, address new alert names,
and explain the different ways to view active alerts.
- Updated the
[Services](https://kibana_160568.docs-preview.app.elstc.co/guide/en/kibana/master/services.html)
documentation to describe the alert badge and link to alerting docs.
  - _Closes https://github.com/elastic/observability-docs/issues/2887_
  - _Closes https://github.com/elastic/observability-docs/issues/2888_
  - _Closes https://github.com/elastic/observability-docs/issues/2878_
- [x] **Infrastructure tab**
- Added a new [top-level
page](https://kibana_160568.docs-preview.app.elstc.co/guide/en/kibana/master/infrastructure.html)
explaining what this page is useful for.
  - _Closes https://github.com/elastic/observability-docs/issues/2892_
- [x] **Log views and correlation**
- Added a new [top-level page
](https://kibana_160568.docs-preview.app.elstc.co/guide/en/kibana/master/logs.html)that
links to our log correlation docs.
- Updated our [transaction
documentation](https://kibana_160568.docs-preview.app.elstc.co/guide/en/kibana/master/transactions.html#transaction-trace-sample)
with new information and a link to our log correlation docs.
  - _Closes https://github.com/elastic/observability-docs/issues/2891_
- [x] **New AWS Lambda metrics**
- Most of the new charts have tooltips explaining what the charts do. I
updated the screenshot and added some additional information to the
[overview](https://kibana_160568.docs-preview.app.elstc.co/guide/en/kibana/master/apm-lambda.html)
to highlight some of the new features of this page.
  - _Closes https://github.com/elastic/observability-docs/issues/2890_
- [x] **New screenshots**
- I updated any screenshots I noticed were outdated while working on the
above content. Screenshot updates are not necessarily related to the
changes described above.
2023-06-30 11:02:58 -07:00

71 lines
No EOL
1.4 KiB
Text

[role="xpack"]
[[apm-getting-started]]
== Get started with the APM app
++++
<titleabbrev>Get started</titleabbrev>
++++
// 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::[]
For a quick, high-level overview of the health and performance of your application,
start with:
* <<services>>
* <<traces>>
* <<dependencies>>
* <<service-maps>>
Notice something awry? Select a service or trace and dive deeper with:
* <<service-overview>>
* <<mobile-service-overview>>
* <<transactions>>
* <<spans>>
* <<errors>>
* <<metrics>>
* <<infrastructure>>
* <<logs>>
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[]
include::dependencies.asciidoc[]
include::service-maps.asciidoc[]
include::service-overview.asciidoc[]
include::mobile-service.asciidoc[]
include::transactions.asciidoc[]
include::spans.asciidoc[]
include::errors.asciidoc[]
include::metrics.asciidoc[]
include::infrastructure.asciidoc[]
include::logs.asciidoc[]