# File lib/fog/monitoring/openstack/requests/list_statistics.rb, line 5
        def list_statistics(options = {})
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "metrics/statistics",
            :query   => options
          )
        end