Skip to content

Latest commit

 

History

History
 
 

opentelemetry-instrumentation-asgi

OpenTelemetry ASGI Instrumentation

pypi

This library provides a ASGI middleware that can be used on any ASGI framework (such as Django, Starlette, FastAPI or Quart) to track requests timing through OpenTelemetry.

Installation

pip install opentelemetry-instrumentation-asgi

References