# File lib/new_relic/agent/audit_logger.rb, line 47
      def allowed_endpoint?(uri)
        @endpoints.any? { |endpoint| uri =~ endpoint }
      end