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