dry-monitor gem is detected on start. No manual setup is required.
ROM reports its queries through Dry::Monitor notifications, which AppSignal reads.
Performance monitoring
Queries made through ROM appear in the event timeline of your application’s performance actions, showing the query that was executed.Event names
ROM queries are reported asquery.rom events. Earlier versions reported them under a different event name.
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.