|
@@ -71,9 +71,9 @@ java -javaagent:path/to/opentelemetry-javaagent.jar \
|
|
|
-jar myapp.jar
|
|
|
```
|
|
|
By default, the OpenTelemetry Java agent uses
|
|
|
-[OTLP exporter](https://github.com/open-telemetry/opentelemetry-java/tree/master/exporters/otlp)
|
|
|
+[OTLP exporter](https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/otlp)
|
|
|
configured to send data to
|
|
|
-[OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/master/receiver/otlpreceiver/README.md)
|
|
|
+[OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md)
|
|
|
at `http://localhost:4317`.
|
|
|
|
|
|
Configuration parameters are passed as Java system properties (`-D` flags) or
|
|
@@ -157,7 +157,7 @@ Maintainers ([@open-telemetry/java-instrumentation-maintainers](https://github.c
|
|
|
- [Trask Stalnaker](https://github.com/trask), Microsoft
|
|
|
- [Tyler Benson](https://github.com/tylerbenson), DataDog
|
|
|
|
|
|
-Learn more about roles in the [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md).
|
|
|
+Learn more about roles in the [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md).
|
|
|
|
|
|
Thanks to all the people who already contributed!
|
|
|
|