Method: OneApm::Collector::SqlTrace#aggregate_trace

Defined in:
lib/one_apm/collector/containers/sql_sampler.rb

#aggregate_trace(trace) ⇒ Object



286
287
288
# File 'lib/one_apm/collector/containers/sql_sampler.rb', line 286

def aggregate_trace(trace)
  aggregate(trace.slow_sql, trace.path, trace.url)
end