Class: SolidApm::SpanSubscriber::ActionViewRender

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

Constant Summary collapse

PATTERN =
/^render_.+\.action_view/

Instance Method Summary collapse

Methods inherited from Base

inherited, subscribe, subscribe!

Instance Method Details

#summary(payload) ⇒ Object



8
9
10
11
# File 'app/models/solid_apm/span_subscriber/action_view_render.rb', line 8

def summary(payload)
  identifier = payload[:identifier]
  sanitize_path(identifier)
end