--- id: opentelemetry-exporter-otlp version: "1.44.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # opentelemetry-exporter-otlp — OpenTelemetry Collector Exporters License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install opentelemetry-exporter-otlp uv add opentelemetry-exporter-otlp poetry add opentelemetry-exporter-otlp ## Description OpenTelemetry Collector Exporters ================================= |pypi| .. |pypi| image:: https://badge.fury.io/py/opentelemetry-exporter-otlp.svg :target: https://pypi.org/project/opentelemetry-exporter-otlp/ This library is provided as a convenience to install all supported OpenTelemetry Collector Exporters. Currently it installs: * opentelemetry-exporter-otlp-proto-grpc * opentelemetry-exporter-otlp-proto-http In the future, additional packages will be available: * opentelemetry-exporter-otlp-json-http To avoid unnecessary dependencies, users should install the specific package once they've determined their preferred serialization and protocol method. Installation ------------ :: pip install opentelemetry-exporter-otlp References ---------- * `OpenTelemetry Collector Exporter `_ * `OpenTelemetry Collector `_ * `OpenTelemetry `_ * `OpenTelemetry Protocol Specification `_ ## AI interpretation — verify before relying A convenience metapackage that installs OpenTelemetry's OTLP Collector exporters for gRPC and HTTP protocols, enabling applications to send observability data to OpenTelemetry Collectors. Verdict: Production-stable metapackage (Apache-2.0) with active maintenance and no known vulnerabilities. Recommended for projects needing OTLP export; users should consider installing specific exporter variants directly once their protocol preference is determined to reduce unnecessary dependencies. [View on SkillFed](https://skillfed.io/packages/opentelemetry-exporter-otlp) · [View on PyPI](https://pypi.org/project/opentelemetry-exporter-otlp/)