gituser/production/: opentelemetry-instrumentation-wsgi-0.27b0 metadata and description

Homepage Simple index

WSGI Middleware for OpenTelemetry

author OpenTelemetry Authors
author_email cncf-opentelemetry-contributors@lists.cncf.io
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
description_content_type text/x-rst
license Apache-2.0
provides_extras test
requires_dist
  • opentelemetry-api (~=1.3)
  • opentelemetry-semantic-conventions (==0.27b0)
  • opentelemetry-instrumentation (==0.27b0)
  • opentelemetry-util-http (==0.27b0)
  • opentelemetry-test-utils (==0.27b0) ; extra == 'test'
requires_python >=3.6
File Tox results History
opentelemetry_instrumentation_wsgi-0.27b0-py3-none-any.whl
Size
11 KB
Type
Python Wheel
Python
3

pypi

This library provides a WSGI middleware that can be used on any WSGI framework (such as Django / Flask) to track requests timing through OpenTelemetry.

Installation

pip install opentelemetry-instrumentation-wsgi

References