Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65528f7

Browse files
alrexocelotl
andauthored
update OTLP/HTTP example & test port to 4318 (open-telemetry#2016)
* update OTLP/HTTP port to 4318 * map 4318->55681 in the collector for now * update development status Co-authored-by: Diego Hurtado <[email protected]>
1 parent a0d1267 commit 65528f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

exporter/opentelemetry-exporter-otlp-proto-http/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 4 - Beta
26+
Development Status :: 5 - Production/Stable
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python

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
@@ -47,7 +47,7 @@
4747

4848

4949
DEFAULT_COMPRESSION = Compression.NoCompression
50-
DEFAULT_ENDPOINT = "http://localhost:55681/v1/traces"
50+
DEFAULT_ENDPOINT = "http://localhost:4318/v1/traces"
5151
DEFAULT_TIMEOUT = 10 # in seconds
5252

5353

tests/opentelemetry-docker-tests/tests/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- "8888:8888"
99
- "55678:55678"
1010
otcollector:
11-
image: otel/opentelemetry-collector:0.22.0
11+
image: otel/opentelemetry-collector:0.31.0
1212
ports:
1313
- "4317:4317"
14-
- "55681:55681"
14+
- "4318:55681"

0 commit comments

Comments
 (0)