o
    Á¿ix  ã                   @   s   d Z dS )aq  
The Protobuf integration will trace all Protobuf read / write calls made with the ``google.protobuf``
library. This integration is enabled by default.

Enabling
~~~~~~~~

The protobuf integration is enabled by default. Use
:func:`patch()<ddtrace.patch>` to enable the integration::

    from ddtrace import patch
    patch(protobuf=True)

Configuration
~~~~~~~~~~~~~

N)Ú__doc__© r   r   ú^/home/ubuntu/.local/lib/python3.10/site-packages/ddtrace/contrib/internal/protobuf/__init__.pyÚ<module>   s    