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:
In the future, additional packages will be available:
To avoid unnecessary dependencies, users should install the specific package once they've determined their preferred serialization and protocol method.
::
pip install opentelemetry-exporter-otlp
OpenTelemetry Collector Exporter <https://opentelemetry-python.readthedocs.io/en/latest/exporter/otlp/otlp.html>
_OpenTelemetry Collector <https://github.com/open-telemetry/opentelemetry-collector/>
_OpenTelemetry <https://opentelemetry.io/>
_OpenTelemetry Protocol Specification <https://github.com/open-telemetry/oteps/blob/main/text/0035-opentelemetry-protocol.md>
_