File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ java -javaagent:path/to/opentelemetry-javaagent.jar \
80
80
-jar myapp.jar
81
81
```
82
82
83
- By default, the OpenTelemetry Java agent uses
83
+ By default, the OpenTelemetry Java agent uses the
84
84
[ OTLP exporter] ( https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/otlp )
85
- configured to send data to
85
+ configured to send data to an
86
86
[ OpenTelemetry collector] ( https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md )
87
87
at ` http://localhost:4318 ` .
88
88
@@ -197,6 +197,6 @@ Thanks to all the people who already contributed!
197
197
198
198
[ config-sdk ] : https://opentelemetry.io/docs/languages/java/configuration/
199
199
200
- [ manual ] : https://opentelemetry.io/docs/instrumentation /java/manual/
200
+ [ manual ] : https://opentelemetry.io/docs/languages /java/instrumentation/#manual-instrumentation
201
201
202
- [ suppress ] : https://opentelemetry.io/docs/instrumentation /java/automatic/ agent-config/#suppressing-specific-auto-instrumentation
202
+ [ suppress ] : https://opentelemetry.io/docs/zero-code /java/agent/disable/
You can’t perform that action at this time.
0 commit comments