dev-python/opentelemetry-exporter-otlp-proto-grpc
OpenTelemetry Collector Protobuf over gRPC Exporter
-
opentelemetry-exporter-otlp-proto-grpc-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-grpc-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-grpc-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
ChangeLog
commit 472fc3fdf9d5d7d099b97bb8425f00ca45610e96
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Jul 27 09:03:25 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: sdk is a runtime dep
opentelemetry-sdk appeared only under test? in BDEPEND, as though the
exporter merely tested against it. Upstream lists it in the project's
own dependencies, unconditionally, at both shipped versions, and the
shipped source backs that up: exporter.py and _log_exporter/__init__.py
import opentelemetry.sdk at module scope, so importing the exporter
raises ImportError without it.
Move it to RDEPEND, and drop the explicit test? block: distutils-r1's
distutils_enable_tests already contributes test? ( $ ) to
BDEPEND, so the dependency still reaches the build host for the test
phase and listing it by hand would now be a duplicate. The manual entry
only existed because the dependency was missing from RDEPEND.
Both versions carry the same defect and both are revbumped; portage
does not re-resolve dependencies for an installed package by default.
Pinned as ~$ to match how the sibling monorepo components are
pinned here. Upstream writes ~= X.Y.0, which is marginally wider, but
these are released in lockstep from one repository and this overlay
ships them at matching versions.
commit 05a98971b657685e8a330bf67f815b1edb88f2aa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:13:47 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: drop 1.42.0, 1.42.1
commit 0a3737e2cf96b72c8c5784a13ccf41385aba92ac
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:13:47 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: add 1.44.0
commit 01a09041fca3e15c640a3a5d65d4a60891fda20c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 25 16:44:06 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: 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 2b5e00a2571062e7bab85478b3c7f08b46135b93
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue May 19 19:32:29 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: add 1.42.0
commit 2fb5e8cea4ed633cf2e679722cfe8374ed9e74f4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:35:10 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: disable py3.11
commit 0b3d301d0bb92f4ad1dfea756c2ace4de28ae5d1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun May 10 14:44:29 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: add 1.41.1
commit 19708683f3ad38fe7773a1c733e374d59e7bca52
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 00:13:44 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: import from guru
Forked at 1.40.0; gRPC 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:03:25 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: sdk is a runtime dep
opentelemetry-sdk appeared only under test? in BDEPEND, as though the
exporter merely tested against it. Upstream lists it in the project's
own dependencies, unconditionally, at both shipped versions, and the
shipped source backs that up: exporter.py and _log_exporter/__init__.py
import opentelemetry.sdk at module scope, so importing the exporter
raises ImportError without it.
Move it to RDEPEND, and drop the explicit test? block: distutils-r1's
distutils_enable_tests already contributes test? ( $ ) to
BDEPEND, so the dependency still reaches the build host for the test
phase and listing it by hand would now be a duplicate. The manual entry
only existed because the dependency was missing from RDEPEND.
Both versions carry the same defect and both are revbumped; portage
does not re-resolve dependencies for an installed package by default.
Pinned as ~$ to match how the sibling monorepo components are
pinned here. Upstream writes ~= X.Y.0, which is marginally wider, but
these are released in lockstep from one repository and this overlay
ships them at matching versions.
commit 05a98971b657685e8a330bf67f815b1edb88f2aa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:13:47 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: drop 1.42.0, 1.42.1
commit 0a3737e2cf96b72c8c5784a13ccf41385aba92ac
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 17 15:13:47 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: add 1.44.0
commit 01a09041fca3e15c640a3a5d65d4a60891fda20c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 25 16:44:06 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: 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 2b5e00a2571062e7bab85478b3c7f08b46135b93
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue May 19 19:32:29 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: add 1.42.0
commit 2fb5e8cea4ed633cf2e679722cfe8374ed9e74f4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:35:10 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: disable py3.11
commit 0b3d301d0bb92f4ad1dfea756c2ace4de28ae5d1
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun May 10 14:44:29 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: add 1.41.1
commit 19708683f3ad38fe7773a1c733e374d59e7bca52
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 00:13:44 2026 +0200
dev-python/opentelemetry-exporter-otlp-proto-grpc: import from guru
Forked at 1.40.0; gRPC OTLP exporter consumed by the umbrella
opentelemetry-exporter-otlp pulled in by vllm.

