Skip to content

Commit 81be013

Browse files
committed
add keys to hystrix key set
1 parent bbebb8d commit 81be013

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/clj_http_hystrix/core.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
:hystrix/threads
2121
:hystrix/queue-size
2222
:hystrix/timeout-ms
23+
:hystrix/breaker-request-volume
24+
:hystrix/breaker-error-percent
25+
:hystrix/breaker-sleep-window-ms
2326
:hystrix/bad-request-pred})
2427

2528
(defn default-fallback [req resp]

0 commit comments

Comments
 (0)