File tree 2 files changed +7
-13
lines changed
content/en/docs/zero-code/java
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ cascade:
10
10
otel : 1.46.0
11
11
---
12
12
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
15
15
[ Manual instrumentation] ( /docs/languages/java/instrumentation/ ) .
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ provides:
17
17
- Out of the box instrumentation
18
18
- OpenTelemetry SDK autoconfiguration, supporting almost all system properties
19
19
defined for the
20
- [ OpenTelemetry SDK] ( https://opentelemetry.io /docs/languages/java/configuration/)
20
+ [ OpenTelemetry SDK] ( /docs/languages/java/configuration/ )
21
21
- [ 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.
23
24
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 .
26
27
27
28
## Getting started
28
29
@@ -60,13 +61,6 @@ OpenTelemetry logging is available after Quarkus 3.16.0.
60
61
The remaining configurations are available in the
61
62
[ Quarkus OpenTelemetry configuration reference] ( https://quarkus.io/guides/opentelemetry#configuration-reference ) .
62
63
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
-
70
64
## Additional Documentation
71
65
72
66
The Quarkus documentation provides in-depth information on how to use Quarkus
You can’t perform that action at this time.
0 commit comments