opentelemetry-exporter-otlp-proto-common
OpenTelemetry Protobuf encoding
Install
opentelemetry-exporter-otlp-proto-common on PyPI
pip
pip install opentelemetry-exporter-otlp-proto-commonuv
uv add opentelemetry-exporter-otlp-proto-commonpoetry
poetry add opentelemetry-exporter-otlp-proto-commonPackage facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — opentelemetry-proto |
| Maintenance | actively maintained — 28 days since the last release |
| Last repo commit | |
| First released | |
| Popularity | one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-13) |
Evidence: opentelemetry_exporter_otlp_proto_common-1.44.0-py3-none-any.whl
About opentelemetry-exporter-otlp-proto-common
from the package's own PyPI description — quoted content, verbatim
OpenTelemetry Protobuf Encoding
|pypi|
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-exporter-otlp-proto-common.svg :target: https://pypi.org/project/opentelemetry-exporter-otlp-proto-common/
This library is provided as a convenience to encode to Protobuf. Currently used by:
- opentelemetry-exporter-otlp-proto-grpc
- opentelemetry-exporter-otlp-proto-http
Installation
::
pip install opentelemetry-exporter-otlp-proto-common
References
OpenTelemetry <https://opentelemetry.io/>_OpenTelemetry Protocol Specification <https://github.com/open-telemetry/oteps/blob/main/text/0035-opentelemetry-protocol.md>_
Read as markdown · JSON record · Source repository · Homepage
AI interpretation — verify before relying
AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page
Provides Protobuf encoding utilities for OpenTelemetry telemetry data, used as a shared foundation by gRPC and HTTP OTLP exporters.
Low friction: pure-Python wheel, single runtime dependency (opentelemetry-proto), and actively maintained with a release 28 days ago.
Apache-2.0 permissive license allows commercial and private use with minimal restrictions.
Usage
pip install opentelemetry-exporter-otlp-proto-common
from opentelemetry.exporter.otlp.proto.common import *
Requires Python 3.10 or later.
Verdict: Production-stable library with active maintenance, no known vulnerabilities, and permissive licensing. Low install friction and top-1000 popularity make it a reliable choice for projects needing OpenTelemetry Protobuf encoding.
Needs verification
- Whether the package is typically used directly or only as a transitive dependency of gRPC/HTTP exporters.
- What specific Protobuf encoding functions or classes are exposed in the public API.
Similar packages
permissive · top 1,000 on PyPI
opentelemetry-protopermissive · top 1,000 on PyPI
opentelemetry-exporter-otlppermissive · top 1,000 on PyPI
opentelemetry-instrumentationpermissive · top 1,000 on PyPI
opentelemetry-exporter-otlp-proto-httppermissive · top 1,000 on PyPI
proto-pluspermissive · top 1,000 on PyPI
dbt-protospermissive · top 1,000 on PyPI
grpcio-statuspermissive · top 100 on PyPI
grpclibpermissive · top 1,000 on PyPI
grpcio-toolspermissive · top 1,000 on PyPI