Requests Instrumentation

AppSignal for PythonThis feature requires version 0.1.0 or higher.
RequestsThis feature requires version 2.0 or higher.

Installation

Don't forget to install the AppSignal for Python package in your application first.

Install the opentelemetry-instrumentation-requests package. To add it to your project, add the following line to your requirements.txt file:

shell
# requirements.txt opentelemetry-instrumentation-requests

The AppSignal for Python integration will automatically use this instrumentation when the corresponding package is installed. To disable this instrumentation without uninstalling the package, use the disable_default_instrumentations configuration option.