# File lib/gh/instrumentation.rb, line 15
    def http(verb, url, *)
      instrument(:http, :verb => verb, :url => url) { super }
    end