Skip to content

Commit 2edd778

Browse files
authored
README.md: Fix default endpoint port number (#12407)
1 parent 8b686b5 commit 2edd778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ By default, the OpenTelemetry Java agent uses
8484
[OTLP exporter](https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/otlp)
8585
configured to send data to
8686
[OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md)
87-
at `http://localhost:4317`.
87+
at `http://localhost:4318`.
8888

8989
Configuration parameters are passed as Java system properties (`-D` flags) or
9090
as environment variables. See [the configuration documentation][config-agent]

0 commit comments

Comments
 (0)