Sha256: f1162446e747c6fe2ea27c993b0dfe91a1b898569311e7719b1ad75f55c8f23a

Contents?: true

Size: 722 Bytes

Versions: 7

Compression:

Stored size: 722 Bytes

Contents

# encoding: utf-8
# 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
  module InfiniteTracing
    if Config.enabled? || Config.test_framework?
      NewRelic::Agent.logger.debug "Integrating Infinite Tracer with Agent"

      require_relative 'agent_integrations/agent'
      require_relative 'agent_integrations/segment'
      require_relative 'agent_integrations/datastore_segment'
      require_relative 'agent_integrations/external_request_segment'

    else
      NewRelic::Agent.logger.debug "Skipped Integrating Infinite Tracer with Agent"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic-infinite_tracing-8.9.0 lib/infinite_tracing/agent_integrations.rb
newrelic-infinite_tracing-8.8.0 lib/infinite_tracing/agent_integrations.rb
newrelic-infinite_tracing-8.7.0 lib/infinite_tracing/agent_integrations.rb
newrelic-infinite_tracing-8.6.0 lib/infinite_tracing/agent_integrations.rb
newrelic-infinite_tracing-8.5.0 lib/infinite_tracing/agent_integrations.rb
newrelic-infinite_tracing-8.4.0 lib/infinite_tracing/agent_integrations.rb
newrelic-infinite_tracing-8.3.0 lib/infinite_tracing/agent_integrations.rb