Sha256: 30c132186b1b48a044d84073f9288e7bd3548813340e6bafb1b242741860390d

Contents?: true

Size: 425 Bytes

Versions: 7

Compression:

Stored size: 425 Bytes

Contents

# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

module NewRelic::Agent::Instrumentation
  module LogStasher::Prepend
    include NewRelic::Agent::Instrumentation::LogStasher

    def build_logstash_event(*args)
      build_logstash_event_with_new_relic(*args) { super }
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic_rpm-9.17.0 lib/new_relic/agent/instrumentation/logstasher/prepend.rb
newrelic_rpm-9.16.1 lib/new_relic/agent/instrumentation/logstasher/prepend.rb
newrelic_rpm-9.16.0 lib/new_relic/agent/instrumentation/logstasher/prepend.rb
newrelic_rpm-9.15.0 lib/new_relic/agent/instrumentation/logstasher/prepend.rb
newrelic_rpm-9.14.0 lib/new_relic/agent/instrumentation/logstasher/prepend.rb
newrelic_rpm-9.13.0 lib/new_relic/agent/instrumentation/logstasher/prepend.rb
newrelic_rpm-9.12.0 lib/new_relic/agent/instrumentation/logstasher/prepend.rb