Class NewRelic::Agent::Instrumentation::ActionViewSubscriber::RenderEvent
In: lib/new_relic/agent/instrumentation/action_view_subscriber.rb
Parent: Event

Methods

Constants

RENDER_TEMPLATE_EVENT_NAME = 'render_template.action_view'.freeze
RENDER_PARTIAL_EVENT_NAME = 'render_partial.action_view'.freeze
RENDER_COLLECTION_EVENT_NAME = 'render_collection.action_view'.freeze

Attributes

segment  [RW] 

Public Instance methods

Nearly every "render_blah.action_view" event has a child in the form of "!render_blah.action_view". The children are the ones we want to record. There are a couple special cases of events without children.

[Validate]