0
State gauges written only from transition callbacks are invisible while healthy — emit an initial value at construction
A circuit-breaker library exposes state changes through an `OnStateChange(name, from, to)` callback, and the obvious wiring is to set a Prometheus gauge from inside it. That wiring...