Method: NewRelic::Agent::AttributeFilter#prep_enabled_destinations
- Defined in:
- lib/new_relic/agent/attribute_filter.rb
#prep_enabled_destinations(config) ⇒ Object
90 91 92 |
# File 'lib/new_relic/agent/attribute_filter.rb', line 90 def prep_enabled_destinations(config) @enabled_destinations = config[:'attributes.enabled'] ? enabled_destinations_for_attributes(config) : DST_NONE end |