Module: ActionAgent::AdapterAware

Extended by:
ActiveSupport::Concern
Included in:
ApplicationRecord, TelemetryTrace
Defined in:
app/models/concerns/action_agent/adapter_aware.rb

Overview

The dashboard's aggregate queries are written portably, but a few of them have a much faster PostgreSQL form (jsonb traversal, containment). This is how those queries choose which one to run.