Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 792 Bytes

File metadata and controls

26 lines (16 loc) · 792 Bytes

OpenTelemetry Starlette Instrumentation

pypi

This library provides automatic and manual instrumentation of Starlette web frameworks, instrumenting http requests served by applications utilizing the framework.

auto-instrumentation using the opentelemetry-instrumentation package is also supported.

Installation

pip install opentelemetry-instrumentation-starlette

References