Skip to content

Commit b0732f2

Browse files
authored
Update exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/trace_exporter/__init__.py
1 parent 8d5539c commit b0732f2

File tree

1 file changed

+1
-1
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/trace_exporter

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/trace_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747

4848
DEFAULT_COMPRESSION = Compression.NoCompression
49-
DEFAULT_ENDPOINT = "http://localhost:4318/v1/traces"
49+
DEFAULT_ENDPOINT = "http://localhost:4317/v1/traces"
5050
DEFAULT_TIMEOUT = 10 # in seconds
5151

5252

0 commit comments

Comments
 (0)