Skip to content

Commit 506acfa

Browse files
brunobatchalin
authored andcommitted
Reviews and formatting
1 parent 2628539 commit 506acfa

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

content/en/docs/zero-code/java/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ cascade:
1010
otel: 1.46.0
1111
---
1212

13-
Zero-code instrumentation with Java uses a Java agent JAR, Spring Boot
14-
Starter, or Quarkus. To learn how to manually instrument your service or app code, see
13+
Zero-code instrumentation with Java uses a Java agent JAR, Spring Boot Starter,
14+
or Quarkus. To learn how to manually instrument your service or app code, see
1515
[Manual instrumentation](/docs/languages/java/instrumentation/).

content/en/docs/zero-code/java/quarkus.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ provides:
1717
- Out of the box instrumentation
1818
- OpenTelemetry SDK autoconfiguration, supporting almost all system properties
1919
defined for the
20-
[OpenTelemetry SDK](https://opentelemetry.io/docs/languages/java/configuration/)
20+
[OpenTelemetry SDK](/docs/languages/java/configuration/)
2121
- [Vert.x](https://vertx.io/) based OTLP exporter
22-
- The same instrumentations can be used with JVM and native image applications, where the OpenTelemetry Java agent doesn't work.
22+
- The same instrumentations can be used with native image applications,
23+
which are not supported by the OpenTelemetry Java agent.
2324

24-
Quarkus can also be instrumented with the
25-
[OpenTelemetry Java agent](../agent/) but only with a JVM.
25+
Quarkus can also be instrumented with the [OpenTelemetry Java agent](../agent/)
26+
if you are not running a native image application.
2627

2728
## Getting started
2829

@@ -60,13 +61,6 @@ OpenTelemetry logging is available after Quarkus 3.16.0.
6061
The remaining configurations are available in the
6162
[Quarkus OpenTelemetry configuration reference](https://quarkus.io/guides/opentelemetry#configuration-reference).
6263

63-
{{% alert title="Note" color="info" %}}
64-
65-
You can also use the [Java agent](../../agent) to instrument your Quarkus
66-
application in a JVM.
67-
68-
{{% /alert %}}
69-
7064
## Additional Documentation
7165

7266
The Quarkus documentation provides in-depth information on how to use Quarkus

0 commit comments

Comments
 (0)