diff --git a/docs/shipping/Code/java-traces-with-kafka-using-opentelemetry.md b/docs/shipping/Code/java-traces-with-kafka-using-opentelemetry.md index 065337d3..1a437aeb 100644 --- a/docs/shipping/Code/java-traces-with-kafka-using-opentelemetry.md +++ b/docs/shipping/Code/java-traces-with-kafka-using-opentelemetry.md @@ -51,7 +51,7 @@ Download the latest version of the [OpenTelemetry Java agent](https://github.com -### Attach the agent to the collector and run it +### Attach the agent to the runtime and run it {@include: ../../_include/tracing-shipping/collector-run-note.md} diff --git a/docs/shipping/Code/java.md b/docs/shipping/Code/java.md index 26dac4be..391d9b49 100644 --- a/docs/shipping/Code/java.md +++ b/docs/shipping/Code/java.md @@ -856,7 +856,7 @@ Run the following command: * Replace `` with the path to the directory where you downloaded the collector. * Replace `` with the version name of the collector applicable to your system, e.g. `otelcontribcol_darwin_amd64`. -### Attach the agent to the collector and run it +### Attach the agent to the runtime and run it Run the following command from the directory of your Java application: