From a92bb2820bdd297a0bb26a88dead77880a56851d Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Fri, 6 Sep 2024 11:16:29 -0700 Subject: [PATCH] add tech preview admonition --- docs/configuration.asciidoc | 2 ++ docs/faq.asciidoc | 2 ++ docs/intro.asciidoc | 2 ++ docs/manual-instrumentation.asciidoc | 2 ++ docs/release-notes.asciidoc | 2 ++ docs/setup.asciidoc | 3 ++- docs/supported-technologies.asciidoc | 2 ++ 7 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 8c40cd67..9c1e1f02 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -1,6 +1,8 @@ [[configuration]] == Configuration +preview::[] + [float] === Gradle configuration diff --git a/docs/faq.asciidoc b/docs/faq.asciidoc index 8cb1dd50..bdd1c223 100644 --- a/docs/faq.asciidoc +++ b/docs/faq.asciidoc @@ -1,6 +1,8 @@ [[faq]] == Frequently asked questions +preview::[] + [float] [[faq-how-does-it-work]] === How does the agent work? diff --git a/docs/intro.asciidoc b/docs/intro.asciidoc index 4862684f..166aa6b5 100644 --- a/docs/intro.asciidoc +++ b/docs/intro.asciidoc @@ -1,6 +1,8 @@ [[intro]] == Introduction +preview::[] + The Elastic APM Android Agent automatically measures the performance of your application and tracks errors. It has a default configuration that suits most common use cases and built-in support for popular frameworks and technologies. The agent is built on top of https://opentelemetry.io/[OpenTelemetry], enabling you to add custom instrumentation with the diff --git a/docs/manual-instrumentation.asciidoc b/docs/manual-instrumentation.asciidoc index d225cf37..c1985865 100644 --- a/docs/manual-instrumentation.asciidoc +++ b/docs/manual-instrumentation.asciidoc @@ -1,6 +1,8 @@ [[manual-instrumentation]] == Manual Instrumentation +preview::[] + The Elastic APM Android Agent automatically instruments <>, creating spans for interesting events for each case, and some of those automated spans can be <> to better suit different app's needs. However, if you need to create your own, custom spans, metrics and logs, you can do so by accessing the https://opentelemetry.io/docs/instrumentation/java/manual/[OpenTelemetry Java SDK APIs] that this agent is built on top. diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 4f901792..c0c48a1c 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -4,6 +4,8 @@ [[release-notes]] == Release notes +preview::[] + // new major versions go here * <> diff --git a/docs/setup.asciidoc b/docs/setup.asciidoc index eb077366..6315f9b4 100644 --- a/docs/setup.asciidoc +++ b/docs/setup.asciidoc @@ -1,6 +1,8 @@ [[setup]] == Set up the Agent +preview::[] + Follow these steps to start reporting your Android application's performance to Elastic APM: 1. <>. @@ -155,4 +157,3 @@ Head to the **APM app in {kib}** to start exploring your data. If you need to customize the Elastic APM agent to your project's needs, see <>. If you need to create your own custom transactions, see <>. - diff --git a/docs/supported-technologies.asciidoc b/docs/supported-technologies.asciidoc index 35b69bce..a224bac8 100644 --- a/docs/supported-technologies.asciidoc +++ b/docs/supported-technologies.asciidoc @@ -1,6 +1,8 @@ [[supported-technologies]] == Supported technologies +preview::[] + The Elastic APM Android agent is built on top of the https://opentelemetry.io[OpenTelemetry Java SDK] -- extending its functionality while also automatically instrumenting various APIs and frameworks. This section lists all supported technologies.