From cc065e8dfb6f96a844b2a69b38da1893e3115613 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Thu, 3 Oct 2024 16:25:40 -0500 Subject: [PATCH] address feedback from @lahsivjar --- docs/en/observability/apm/act-on-data/index.asciidoc | 9 +++++---- docs/en/observability/apm/api/index.asciidoc | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/en/observability/apm/act-on-data/index.asciidoc b/docs/en/observability/apm/act-on-data/index.asciidoc index 66c22e2895..a3036dcf71 100644 --- a/docs/en/observability/apm/act-on-data/index.asciidoc +++ b/docs/en/observability/apm/act-on-data/index.asciidoc @@ -11,10 +11,11 @@ more actionable with: * *Alerts and rules*: The APM UI allows you to define rules to detect complex conditions within your APM data and trigger built-in actions when those conditions are met. Read more about alerts and rules in the <>. -* *Custom links*: Build URLs that contain relevant metadata from a specific - trace. For example, you can create a link that creates a new GitHub issue with context in the - auto-populated in the issue body. These links will be shown in the _Actions_ context menu in - selected areas of the APM UI (for example, by transaction details). Read more in <>. +* *Custom links*: Build URLs that contain relevant metadata from a specific trace. + For example, you can create a link that will take you to a page where you can open a new GitHub issue + with context already auto-populated in the issue body. + These links will be shown in the _Actions_ context menu in selected areas of the APM UI (for example, by transaction details). + Read more in <>. :leveloffset: +1 diff --git a/docs/en/observability/apm/api/index.asciidoc b/docs/en/observability/apm/api/index.asciidoc index f9d15c0531..f12d2ad666 100644 --- a/docs/en/observability/apm/api/index.asciidoc +++ b/docs/en/observability/apm/api/index.asciidoc @@ -7,7 +7,7 @@ There are two kinds of APIs related to Elastic APM: |=== | <> | {kib} APIs specific to working with the APM UI including updating configuration options, - upload real user monitoring (RUM) source maps, and add annotations, and more. + uploading real user monitoring (RUM) source maps, adding annotations, and more. | <> | APIs for working with APM Server. These are mainly intake APIs that accept data from APM agents and are used primarily by APM agent developers.