lib/new_relic/agent/configuration/manager.rb in newrelic_rpm-3.11.2.286 vs lib/new_relic/agent/configuration/manager.rb in newrelic_rpm-3.12.0.288
- old
+ new
@@ -209,10 +209,10 @@
def to_collector_hash
DottedHash.new(apply_mask(flattened)).to_hash.delete_if do |k, v|
default = DEFAULTS[k]
if default
- default[:local_only]
+ default[:exclude_from_reported_settings]
else
# In our tests, we add totally bogus configs, because testing.
# In those cases, there will be no default. So we'll just let
# them through.
false