Metadata-Version: 2.1
Name: opentelemetry-instrumentation-tornado
Version: 0.13b0
Summary: Tornado instrumentation for OpenTelemetry
Home-page: https://github.com/open-telemetry/opentelemetry-python/tree/master/instrumentation/opentelemetry-instrumentation-tornado
Author: OpenTelemetry Authors
Author-email: cncf-opentelemetry-contributors@lists.cncf.io
License: Apache-2.0
Description: OpenTelemetry Tornado Instrumentation
        ======================================
        
        |pypi|
        
        .. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-tornado.svg
           :target: https://pypi.org/project/opentelemetry-instrumentation-tornado/
        
        This library builds on the OpenTelemetry WSGI middleware to track web requests
        in Tornado applications.
        
        Installation
        ------------
        
        ::
        
            pip install opentelemetry-instrumentation-tornado
        
        Configuration
        -------------
        
        The following environment variables are supported as configuration options:
        
        - OTEL_PYTHON_TORNADO_EXCLUDED_URLS 
        
        A comma separated list of paths that should not be automatically traced. For example, if this is set to 
        
        ::
        
            export OTEL_PYTHON_TORNADO_EXLUDED_URLS='/healthz,/ping'
        
        Then any requests made to ``/healthz`` and ``/ping`` will not be automatically traced.
        
        
        References
        ----------
        
        * `OpenTelemetry Tornado Instrumentation <https://opentelemetry-python.readthedocs.io/en/latest/instrumentation/tornado/tornado.html>`_
        * `OpenTelemetry Project <https://opentelemetry.io/>`_
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Provides-Extra: test
