docs: add getting started and service map vids (#95722) (#95729)

This commit is contained in:
Brandon Morelli 2021-03-29 16:56:42 -07:00 committed by GitHub
parent ef9d604d05
commit c20914375d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 3 deletions

View file

@ -6,6 +6,24 @@
<titleabbrev>Get started</titleabbrev> <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, For a quick, high-level overview of the health and performance of your application,
start with: start with:

View file

@ -8,14 +8,34 @@ requests per minute, and errors per minute.
If enabled, service maps also integrate with machine learning--for real time health indicators based on anomaly detection scores. If enabled, service maps also integrate with machine learning--for real time health indicators based on anomaly detection scores.
All of these features can help you quickly and visually assess your services' status and health. All of these features can help you quickly and visually assess your services' status and health.
// 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/VH8gKnPE3Z2csACZTCeQrw.jpg"
data-uuid="VH8gKnPE3Z2csACZTCeQrw"
data-v="4"
data-type="inline"
/>
</br>
++++
endif::[]
ifeval::["{is-current-version}"=="false"]
[role="screenshot"]
image::apm/images/service-maps.png[Example view of service maps in the APM app in Kibana]
endif::[]
We currently surface two types of service maps: We currently surface two types of service maps:
* Global: All services instrumented with APM agents and the connections between them are shown. * Global: All services instrumented with APM agents and the connections between them are shown.
* Service-specific: Highlight connections for a selected service. * Service-specific: Highlight connections for a selected service.
[role="screenshot"]
image::apm/images/service-maps.png[Example view of service maps in the APM app in Kibana]
[float] [float]
[[service-maps-how]] [[service-maps-how]]
=== How do service maps work? === How do service maps work?