Skip to content

Commit 9180bc0

Browse files
authored
add tech preview admonition (#350)
1 parent 8d8b63b commit 9180bc0

File tree

7 files changed

+14
-1
lines changed

7 files changed

+14
-1
lines changed

docs/configuration.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[configuration]]
22
== Configuration
33

4+
preview::[]
5+
46
[float]
57
=== Gradle configuration
68

docs/faq.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[faq]]
22
== Frequently asked questions
33

4+
preview::[]
5+
46
[float]
57
[[faq-how-does-it-work]]
68
=== How does the agent work?

docs/intro.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[intro]]
22
== Introduction
33

4+
preview::[]
5+
46
The Elastic APM Android Agent automatically measures the performance of your application and tracks errors.
57
It has a default configuration that suits most common use cases and built-in support for popular frameworks and technologies.
68
The agent is built on top of https://opentelemetry.io/[OpenTelemetry], enabling you to add custom instrumentation with the

docs/manual-instrumentation.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[manual-instrumentation]]
22
== Manual Instrumentation
33

4+
preview::[]
5+
46
The Elastic APM Android Agent automatically instruments <<supported-technologies>>, creating spans for interesting events for each case, and some of those automated spans can be <<configuration,configured>> to better suit different app's needs.
57
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.
68

docs/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[[release-notes]]
55
== Release notes
66

7+
preview::[]
8+
79
// new major versions go here
810
* <<release-notes-0.x>>
911

docs/setup.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[setup]]
22
== Set up the Agent
33

4+
preview::[]
5+
46
Follow these steps to start reporting your Android application's performance to Elastic APM:
57

68
1. <<gradle-setup>>.
@@ -155,4 +157,3 @@ Head to the **APM app in {kib}** to start exploring your data.
155157

156158
If you need to customize the Elastic APM agent to your project's needs, see <<configuration,configuration>>.
157159
If you need to create your own custom transactions, see <<manual-instrumentation, manual instrumentation>>.
158-

docs/supported-technologies.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[supported-technologies]]
22
== Supported technologies
33

4+
preview::[]
5+
46
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.
57
This section lists all supported technologies.
68

0 commit comments

Comments
 (0)