README.md: Fix default endpoint port number (#12407)
This commit is contained in:
parent
8b686b571b
commit
2edd778ab7
|
@ -84,7 +84,7 @@ By default, the OpenTelemetry Java agent uses
|
||||||
[OTLP exporter](https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/otlp)
|
[OTLP exporter](https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/otlp)
|
||||||
configured to send data to
|
configured to send data to
|
||||||
[OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md)
|
[OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md)
|
||||||
at `http://localhost:4317`.
|
at `http://localhost:4318`.
|
||||||
|
|
||||||
Configuration parameters are passed as Java system properties (`-D` flags) or
|
Configuration parameters are passed as Java system properties (`-D` flags) or
|
||||||
as environment variables. See [the configuration documentation][config-agent]
|
as environment variables. See [the configuration documentation][config-agent]
|
||||||
|
|
Loading…
Reference in New Issue