module NewRelic::Agent::Instrumentation::LogStasher::Prepend
Public Instance Methods
build_logstash_event(*args)
click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/logstasher/prepend.rb, line 9 def build_logstash_event(*args) build_logstash_event_with_new_relic(*args) { super } end