Sha256: c770bef0b4b65ae394ec2ab1357bc336d1d4815306b003ac08bdcc28a122d2cf

Contents?: true

Size: 353 Bytes

Versions: 12

Compression:

Stored size: 353 Bytes

Contents

module NewRelic
  module Agent
    module Configuration
      MASK_DEFAULTS = {
        :'thread_profiler' =>         Proc.new { !NewRelic::Agent::ThreadProfiler.is_supported? },
        :'thread_profiler.enabled' => Proc.new { !NewRelic::Agent::ThreadProfiler.is_supported? },
        :verify_certificate =>  Proc.new{ true }
      }
    end
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
wd_newrelic_rpm-3.5.8 lib/new_relic/agent/configuration/mask_defaults.rb
sundawg_newrelic_rpm-3.5.8.2 lib/new_relic/agent/configuration/mask_defaults.rb
sundawg_newrelic_rpm-3.5.8.1 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-3.5.8.72 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-3.5.8.70 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-3.5.8.64.beta lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-3.5.7.59 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-3.5.7.59.beta lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-3.5.7.58.beta lib/new_relic/agent/configuration/mask_defaults.rb
wd_newrelic_rpm-3.5.6 lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-3.5.7.57.beta lib/new_relic/agent/configuration/mask_defaults.rb
newrelic_rpm-3.5.6.55 lib/new_relic/agent/configuration/mask_defaults.rb