opentelemetry-python-contrib/opentelemetry-distro
Ron Yishai 83f37eddf2
Deprecate otlp_proto_grpc and otlp_proto_http in auto-instrumentation (#1250)
2022-10-27 17:45:49 +05:30
..
src/opentelemetry/distro Deprecate otlp_proto_grpc and otlp_proto_http in auto-instrumentation (#1250) 2022-10-27 17:45:49 +05:30
tests Deprecate otlp_proto_grpc and otlp_proto_http in auto-instrumentation (#1250) 2022-10-27 17:45:49 +05:30
README.rst Add instrumentation and distro packages (#738) 2021-10-14 20:35:28 +00:00
pyproject.toml Use compatible runtime for the dependency in opentelemetry-distro (#1373) 2022-10-09 00:29:42 +05:30

README.rst

OpenTelemetry Distro
====================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-distro.svg
   :target: https://pypi.org/project/opentelemetry-distro/

Installation
------------

::

    pip install opentelemetry-distro


This package provides entrypoints to configure OpenTelemetry.

References
----------

* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `Example using opentelemetry-distro <https://opentelemetry-python.readthedocs.io/en/latest/examples/distro/README.html>`_