From 2edd778ab7316a25a62e2f459feceb3e0a41702f Mon Sep 17 00:00:00 2001 From: Dov Murik Date: Mon, 7 Oct 2024 23:58:37 +0300 Subject: [PATCH] README.md: Fix default endpoint port number (#12407) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8514624555d8..2cddb5fd0c5e 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ By default, the OpenTelemetry Java agent uses [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/main/receiver/otlpreceiver/README.md) -at `http://localhost:4317`. +at `http://localhost:4318`. Configuration parameters are passed as Java system properties (`-D` flags) or as environment variables. See [the configuration documentation][config-agent]