# File lib/new_relic/agent/datastores/metric_helper.rb, line 51
        def self.scoped_metric_for product, operation, collection=nil
          if collection
            statement_metric_for product, collection, operation
          else
            operation_metric_for product, operation
          end
        end