Module: LogStasher::Prepend

Includes:
NewRelic::Agent::Instrumentation::LogStasher
Defined in:
lib/new_relic/agent/instrumentation/logstasher/prepend.rb

Constant Summary

Constants included from NewRelic::Agent::Instrumentation::LogStasher

NewRelic::Agent::Instrumentation::LogStasher::INSTRUMENTATION_NAME

Instance Method Summary collapse

Methods included from NewRelic::Agent::Instrumentation::LogStasher

#build_logstash_event_with_new_relic, enabled?

Instance Method Details

#build_logstash_event(*args) ⇒ Object



9
10
11
# 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