Method: NewRelic::Agent::AttributeFilter#might_allow_prefix?

Defined in:
lib/new_relic/agent/attribute_filter.rb

#might_allow_prefix?(prefix) ⇒ Boolean

Note that the given prefix must be a Symbol

Returns:

  • (Boolean)

250
251
252
# File 'lib/new_relic/agent/attribute_filter.rb', line 250

def might_allow_prefix?(prefix)
  !@prefix_denylist.include?(prefix)
end