Performance monitoring
Queries run through DataMapper are recorded asquery.data_mapper events. The event body holds the query that ran, with its values removed. The event appears in the event timeline of your application’s performance actions, and in the “Slow queries” performance panel.
Span attributes
Collector mode only: this applies when AppSignal for Ruby runs in collector mode. It has no effect otherwise.
db.system.name— the database the query ran against, such aspostgresqlormysql.db.query.text— the query, with its values removed.