Skip to content

Commit

Permalink
Send stat emitted for request proxying
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed May 29, 2015
1 parent ed83275 commit 31c5944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/request-proxy/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ RequestProxySend.prototype.scheduleRetry = function scheduleRetry(callback) {
RequestProxySend.prototype.send = function send(channelOpts, callback) {
var self = this;

this.ringpop.stat('increment', 'requestProxy.send');
this.ringpop.channel.send(
channelOpts,
channelOpts.endpoint,
Expand Down

0 comments on commit 31c5944

Please sign in to comment.