mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 21:56:07 +08:00

* grpc: bump grpcio version in test-requirements Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * keep 1.62.0 test Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * fix toxini Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --------- Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
OpenTelemetry gRPC Integration ============================== |pypi| .. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-grpc.svg :target: https://pypi.org/project/opentelemetry-instrumentation-grpc/ Client and server interceptors for `gRPC Python`_. .. _gRPC Python: https://grpc.github.io/grpc/python/grpc.html Installation ------------ :: pip install opentelemetry-instrumentation-grpc References ---------- * `OpenTelemetry Project <https://opentelemetry.io/>`_ * `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_