uber-archive / node-statsd-client

Node.js client for statsd
ISC License
28 stars 9 forks source link

audit for instrument, airlock & logger #17

Closed Raynos closed 9 years ago

Raynos commented 9 years ago

cc @kriskowal @sh1mmer

sh1mmer commented 9 years ago

Looks good in general. I think airlock would give us a way to do better errors vs warns because then we can error on thresholds and warn on individual failures.

Raynos commented 9 years ago

@sh1mmer

I think generally what we want is a way to turn all warnings into stats and set thresholds on spikes in something like graphite & nagios or equivelant tooling.

sh1mmer commented 9 years ago

@Raynos agreed, I think the point is distinguishing expected failures, repeated expected failures that are bad because they breached a threshold vs. failures which should never happen (errors)