Redis Instrumentation

AppSignal for PythonThis feature requires version 0.1.0 or higher.
RedisThis feature requires version 2.6 or higher.

The Python interface to the Redis key-value store.

Installation

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

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

shell
# requirements.txt opentelemetry-instrumentation-redis

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.