cep21 / circuit

An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix bug w/ statsd open/closed

cep21 opened this issue · comments

Should set open to 1 when we set closed to 0, and other way around

Actually maybe one metric, is_opened = 1 or 0 is all we need.