Class: SolidApm::SpanSubscriber::ActiveSupportCache

Inherits:
Base
  • Object
show all
Defined in:
app/models/solid_apm/span_subscriber/active_support_cache.rb

Constant Summary collapse

PATTERN =
/^cache_.+.active_support/

Instance Method Summary collapse

Methods inherited from Base

inherited, subscribe, subscribe!

Instance Method Details

#summary(payload) ⇒ Object



7
8
9
# File 'app/models/solid_apm/span_subscriber/active_support_cache.rb', line 7

def summary(payload)
  payload[:key]
end