Metadata-Version: 2.4
Name: opentelemetry-instrumentation-simplerr
Version: 0.33b0
Summary: Simplerr instrumentation for OpenTelemetry
Author: Warren Angelo H. Layson
Author-email: warren@wingaru.com.au
License: Apache-2.0
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: opentelemetry-util-http==0.33b0
Requires-Dist: opentelemetry-instrumentation==0.33b0
Requires-Dist: opentelemetry-instrumentation-wsgi==0.33b0
Requires-Dist: opentelemetry-api~=1.12
Requires-Dist: opentelemetry-semantic-conventions==0.33b0
Provides-Extra: instruments
Requires-Dist: simplerr>=0.17.0; extra == "instruments"
Provides-Extra: test
Requires-Dist: simplerr>=0.17.0; extra == "test"
Dynamic: provides-extra

OpenTelemetry Simplerr Tracing
==============================

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

|pypi|

This library builds on the OpenTelemetry WSGI middleware to track web requests
in Simplerr applications.

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

To install, run:

::

    pip install opentelemetry-instrumentation-simplerr
