Skip to content

Commit

Permalink
Make stat name in sync with ringpop-go
Browse files Browse the repository at this point in the history
  • Loading branch information
btromanova committed May 20, 2016
1 parent ff127c9 commit 7c81180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/partition_healing/discover_provider_healer.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ DiscoverProviderHealer.prototype._run = function _run() {
*/
DiscoverProviderHealer.prototype.heal = function heal(callback) {
var self = this;
self.ringpop.stat('increment', 'heal.triggered.discover_provider');
self.ringpop.stat('increment', 'heal.triggered');

if(!self.ringpop.isReady) {
callback(Errors.RingpopIsNotReadyError());
Expand Down

0 comments on commit 7c81180

Please sign in to comment.