Commit bb5fcc9
* Turn memcached circuit-breaker on by default
Will trip after 10 failures within 10 seconds
Signed-off-by: Bryan Boreham <[email protected]>
* Change circuit-breaker log fields to avoid clash
The names 'from' and 'to' are used elsewhere as dates, so avoid re-using them here as strings
Signed-off-by: Bryan Boreham <[email protected]>
* Update CHANGELOG
Signed-off-by: Bryan Boreham <[email protected]>
* Updated doc
Signed-off-by: Marco Pracucci <[email protected]>
Co-authored-by: Marco Pracucci <[email protected]>
Co-authored-by: Bryan Boreham <[email protected]>
1 parent 03f2c42 commit bb5fcc9
File tree
3 files changed
+4
-4
lines changed- docs/configuration
- pkg/chunk/cache
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2968 | 2968 | | |
2969 | 2969 | | |
2970 | 2970 | | |
2971 | | - | |
| 2971 | + | |
2972 | 2972 | | |
2973 | 2973 | | |
2974 | 2974 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments