redis and redis-client Ruby gems.
Performance monitoring
Redis commands run by your application are recorded asquery.redis events. The event body holds the command that ran, with its arguments removed. The event appears in the event timeline of your application’s performance actions, and in the “Slow queries” performance panel.
If you wish to disable our integration with the Redis gem, set the instrument_redis config option to false to disable it.
Span attributes
Collector mode only: this applies when AppSignal for Ruby runs in collector mode. It has no effect otherwise.
db.operation.name— the command that ran, such asGET.db.namespace— the database number the command ran against.