Sha256: 817427d66c45298c8e00ca6b0f561ba2886959feeb7b3136a828b769e0ea38db
Contents?: true
Size: 482 Bytes
Versions: 3
Compression:
Stored size: 482 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. module NewRelic module Agent module Configuration MASK_DEFAULTS = { :'thread_profiler' => Proc.new { !NewRelic::Agent::Commands::ThreadProfiler.is_supported? }, :'thread_profiler.enabled' => Proc.new { !NewRelic::Agent::Commands::ThreadProfiler.is_supported? } } end end end
Version data entries
3 entries across 3 versions & 1 rubygems