Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 687 Bytes

File metadata and controls

24 lines (15 loc) · 687 Bytes

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