Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Conversation

@Natim
Copy link
Contributor

@Natim Natim commented Feb 12, 2016

@Natim Natim force-pushed the move-to-node-statsd-with-tags branch from dc79a4e to d146e7c Compare February 12, 2016 14:47
}, function(err) {
var status = 'success';
if (err) {
self.logError(err);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: not introduced by this patch by you should probably set the third argument of forEach to instead instead of relying on self in this whole loop.

@n1k0
Copy link
Contributor

n1k0 commented Feb 12, 2016

The patch looks good to me with some nits here and there, so from a code standpoint and as the tests are green, r+wc.

Note: I know basically nothing about the Loop production server infrastructure and its constraints, but I wonder about a possible backward compatibility issue with the renamed log events though.

tag = 'failure';
}
statsdClient.count(counter_push_status_counter, 1);
statsdClient.increment('loop.simplepush.call', 1, [tag]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really want to remove the "heartbeat" part ?

@Natim
Copy link
Contributor Author

Natim commented Feb 23, 2016

I wonder about a possible backward compatibility issue with the renamed log events though.

This is something @kparlante and @Micheletto should be notified about.

@Natim Natim merged commit 045eb49 into master Feb 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants