Skip to content

Commit

Permalink
update OTLP/HTTP example & test port to 4318 (#2016)
Browse files Browse the repository at this point in the history
* update OTLP/HTTP port to 4318

* map 4318->55681 in the collector for now

* update development status

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
alrex and ocelotl authored Oct 6, 2021
1 parent a0d1267 commit 65528f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-otlp-proto-http/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/
platforms = any
license = Apache-2.0
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


DEFAULT_COMPRESSION = Compression.NoCompression
DEFAULT_ENDPOINT = "http://localhost:55681/v1/traces"
DEFAULT_ENDPOINT = "http://localhost:4318/v1/traces"
DEFAULT_TIMEOUT = 10 # in seconds


Expand Down
4 changes: 2 additions & 2 deletions tests/opentelemetry-docker-tests/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- "8888:8888"
- "55678:55678"
otcollector:
image: otel/opentelemetry-collector:0.22.0
image: otel/opentelemetry-collector:0.31.0
ports:
- "4317:4317"
- "55681:55681"
- "4318:55681"

0 comments on commit 65528f7

Please sign in to comment.