File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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 \
8080 -jar myapp.jar
8181```
8282
83- By default, the OpenTelemetry Java agent uses
83+ By default, the OpenTelemetry Java agent uses the
8484[ 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
8686[ OpenTelemetry collector] ( https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md )
8787at ` http://localhost:4318 ` .
8888
@@ -197,6 +197,6 @@ Thanks to all the people who already contributed!
197197
198198[ config-sdk ] : https://opentelemetry.io/docs/languages/java/configuration/
199199
200- [ manual ] : https://opentelemetry.io/docs/instrumentation /java/manual/
200+ [ manual ] : https://opentelemetry.io/docs/languages /java/instrumentation/#manual-instrumentation
201201
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