Skip to content

Commit

Permalink
fix copy paste error in doc (ReactiveX#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
viqtor authored and RobWin committed Oct 13, 2017
1 parent 2711872 commit 739aa10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ collectorRegistry.registerAll(CircuitBreakerMetrics.ofCircuitBreaker(foo));
For each circuit breaker this registry will export:

* `state` - instantaneous read of the current state where 0-CLOSED, 1-OPEN, 2-HALF-OPEN `[int]`
* `successful` - current number of failed calls `[int]`
* `successful` - current number of successful calls `[int]`
* `failed` - current number of failed calls `[int]`
* `buffered` - current number of buffered calls `[int]`
* `buffered_max` - maximum number of buffered calls `[int]`
Expand Down

0 comments on commit 739aa10

Please sign in to comment.