# File lib/new_relic/agent/attribute_filter.rb, line 176
      def might_allow_prefix?(prefix)
        !@prefix_blacklist.include?(prefix)
      end