dev-python/opentelemetry-exporter-otlp-proto-http
OpenTelemetry Collector Protobuf over HTTP Exporter
-
opentelemetry-exporter-otlp-proto-http-9999test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: Apache-2.0 Overlay: nest -
opentelemetry-exporter-otlp-proto-http-1.44.0-r1~amd64 ~arm64 ~x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: Apache-2.0 Overlay: stuff -
opentelemetry-exporter-otlp-proto-http-1.44.0~amd64 ~arm64 ~x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: Apache-2.0 Overlay: Miezhiko -
opentelemetry-exporter-otlp-proto-http-1.44.0~amd64 ~arm64 ~x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15
View
Download
Browse License: Apache-2.0 Overlay: guru -
opentelemetry-exporter-otlp-proto-http-1.43.0-r1~amd64 ~arm64 ~x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: Apache-2.0 Overlay: stuff -
opentelemetry-exporter-otlp-proto-http-1.43.0~amd64 ~arm64 ~x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: Apache-2.0 Overlay: guru -
opentelemetry-exporter-otlp-proto-http-1.42.1~amd64 ~arm64 ~x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: Apache-2.0 Overlay: robert7k
ChangeLog
commit f24a973dc6ff4dc84ea832cfe743aa18a34faadc
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 09:04:11 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: sdk is a runtime dep
Same defect as the grpc exporter: opentelemetry-sdk sat under test? in
BDEPEND while upstream declares it unconditionally at both shipped
versions. _common/__init__.py, _log_exporter/__init__.py and
metric_exporter/__init__.py all import opentelemetry.sdk at module
scope, so importing the exporter fails without it.
Move it to RDEPEND and drop the hand-written test? block, which
distutils_enable_tests now covers via test? ( $ ).
Both versions revbumped for the same reason as the grpc package.
commit 2bb0a327823f41c9dde69c6ecc6d574ed9921094
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:13:48 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: drop 1.42.0, 1.42.1
commit 633a444c96ee642a2149436de164863396b632ed
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:13:47 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: add 1.44.0
commit 6e82942aa568a3b00b9962c72db938be99e89f63
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 25 16:44:06 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: add 1.43.0
commit f8ad8bd535a20d9c1f92461b1bab803c301be3dc
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 21 21:24:40 2026 +0200
dev-python/opentelemetry-*: bump chain to 1.42.1
Add opentelemetry-{api,semantic-conventions,sdk}-1.42.1 to the overlay;
::gentoo has only 1.42.0 of these three packages and the exporter
ebuilds pin deps with ~...-$, so they must travel together.
Bump the five exporter packages (exporter-otlp, proto-common, proto-grpc,
proto-http, opentelemetry-proto) to 1.42.1 — all straight copies.
Drop 1.40.0 and 1.41.1 of the exporter packages (already committed).
commit 14993e5dfa57a7f87a047bc20c4017bf9174f903
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 21 21:19:11 2026 +0200
dev-python/opentelemetry-*: drop 1.40.0, 1.41.1
commit 90816b93b363b06ae063a9667c737825acaa340f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue May 19 19:32:29 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: add 1.42.0
commit d7c2b67c8ae1539b4625b0a123a4605647b00b1f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:35:11 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: disable py3.11
commit bbd96f8cda28257c0b4af56077066327802d3b77
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun May 10 14:44:37 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: add 1.41.1
commit 54f8422a9acb5998c553e13259e45118c24e4193
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 00:14:46 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: import from guru
Forked at 1.40.0; HTTP OTLP exporter consumed by the umbrella
opentelemetry-exporter-otlp pulled in by vllm.
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 09:04:11 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: sdk is a runtime dep
Same defect as the grpc exporter: opentelemetry-sdk sat under test? in
BDEPEND while upstream declares it unconditionally at both shipped
versions. _common/__init__.py, _log_exporter/__init__.py and
metric_exporter/__init__.py all import opentelemetry.sdk at module
scope, so importing the exporter fails without it.
Move it to RDEPEND and drop the hand-written test? block, which
distutils_enable_tests now covers via test? ( $ ).
Both versions revbumped for the same reason as the grpc package.
commit 2bb0a327823f41c9dde69c6ecc6d574ed9921094
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:13:48 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: drop 1.42.0, 1.42.1
commit 633a444c96ee642a2149436de164863396b632ed
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:13:47 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: add 1.44.0
commit 6e82942aa568a3b00b9962c72db938be99e89f63
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 25 16:44:06 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: add 1.43.0
commit f8ad8bd535a20d9c1f92461b1bab803c301be3dc
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 21 21:24:40 2026 +0200
dev-python/opentelemetry-*: bump chain to 1.42.1
Add opentelemetry-{api,semantic-conventions,sdk}-1.42.1 to the overlay;
::gentoo has only 1.42.0 of these three packages and the exporter
ebuilds pin deps with ~...-$, so they must travel together.
Bump the five exporter packages (exporter-otlp, proto-common, proto-grpc,
proto-http, opentelemetry-proto) to 1.42.1 — all straight copies.
Drop 1.40.0 and 1.41.1 of the exporter packages (already committed).
commit 14993e5dfa57a7f87a047bc20c4017bf9174f903
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 21 21:19:11 2026 +0200
dev-python/opentelemetry-*: drop 1.40.0, 1.41.1
commit 90816b93b363b06ae063a9667c737825acaa340f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue May 19 19:32:29 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: add 1.42.0
commit d7c2b67c8ae1539b4625b0a123a4605647b00b1f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:35:11 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: disable py3.11
commit bbd96f8cda28257c0b4af56077066327802d3b77
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun May 10 14:44:37 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: add 1.41.1
commit 54f8422a9acb5998c553e13259e45118c24e4193
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 00:14:46 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-http: import from guru
Forked at 1.40.0; HTTP OTLP exporter consumed by the umbrella
opentelemetry-exporter-otlp pulled in by vllm.

