# File lib/new_relic/agent/stats.rb, line 153
      def method_missing(method, *args)
        unscoped_stats.send(method, *args)
        scoped_stats.send(method, *args)
      end