CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 11:19:03 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/alibaba/sentinel-golang.git
etag: W/"d3e450ddcefa96859b6e840dc5efcae3"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=DYnmJH%2BR%2BAs670dwetWFiQVAxDHMkIxZdn62RYElswEShVd9h7r107Z%2BKTslsETaAwhY%2FI91L7QsL0j1M3Uo0HUvSFQ01cwY5uJqUU%2Bg8nzkOwntc3CWPwmeq1%2Bozj86Wm4wQ%2BS0Znyd3kM2ja1DfGK6cG7K1io0omagxSc54Wn4Yil5I7u04DhOKB35kDN1Rf4MouQcustLcJ4%2ByfVrITcP%2FOXRAJBitdGXwm%2BGT0sr44WDL8OV3TzjZDLFWKk85glmmarIK06vgKobZ65Euw%3D%3D--wL61erqi90enixz2--UTcztJtUqkCH1O9e2lffEQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1559700096.1753615143; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:19:03 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:19:03 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 82BE:29054:3F619F:54654E:68860B27
Add customized probe num support for circuit breaker (#428) · alibaba/sentinel-golang@9eabe9f · GitHub
Copy file name to clipboardExpand all lines: core/circuitbreaker/circuit_breaker.go
Copy file name to clipboardExpand all lines: core/circuitbreaker/circuit_breaker_test.go
Copy file name to clipboardExpand all lines: core/circuitbreaker/rule.go
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 445
Commit 9eabe9f
authored
File tree
Expand file treeCollapse file tree
3 files changed
+170
-10
lines changedFilter options
- core/circuitbreaker
Expand file treeCollapse file tree
3 files changed
+170
-10
lines changedcore/circuitbreaker/circuit_breaker.go
Copy file name to clipboardExpand all lines: core/circuitbreaker/circuit_breaker.go+39-7Lines changed: 39 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 |
| |
140 | 144 |
| |
141 | 145 |
| |
| |||
156 | 160 |
| |
157 | 161 |
| |
158 | 162 |
| |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
159 | 171 |
| |
160 | 172 |
| |
161 | 173 |
| |
| |||
206 | 218 |
| |
207 | 219 |
| |
208 | 220 |
| |
| 221 | + | |
209 | 222 |
| |
210 | 223 |
| |
211 | 224 |
| |
| |||
221 | 234 |
| |
222 | 235 |
| |
223 | 236 |
| |
| 237 | + | |
224 | 238 |
| |
225 | 239 |
| |
226 | 240 |
| |
| |||
247 | 261 |
| |
248 | 262 |
| |
249 | 263 |
| |
| 264 | + | |
250 | 265 |
| |
251 | 266 |
| |
252 | 267 |
| |
| |||
282 | 297 |
| |
283 | 298 |
| |
284 | 299 |
| |
| 300 | + | |
| 301 | + | |
285 | 302 |
| |
286 | 303 |
| |
287 | 304 |
| |
| |||
318 | 335 |
| |
319 | 336 |
| |
320 | 337 |
| |
321 |
| - | |
322 |
| - | |
323 |
| - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
324 | 344 |
| |
325 | 345 |
| |
326 | 346 |
| |
| |||
433 | 453 |
| |
434 | 454 |
| |
435 | 455 |
| |
| 456 | + | |
436 | 457 |
| |
437 | 458 |
| |
438 | 459 |
| |
| |||
465 | 486 |
| |
466 | 487 |
| |
467 | 488 |
| |
| 489 | + | |
| 490 | + | |
468 | 491 |
| |
469 | 492 |
| |
470 | 493 |
| |
| |||
498 | 521 |
| |
499 | 522 |
| |
500 | 523 |
| |
501 |
| - | |
502 |
| - | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
503 | 529 |
| |
504 | 530 |
| |
505 | 531 |
| |
| |||
612 | 638 |
| |
613 | 639 |
| |
614 | 640 |
| |
| 641 | + | |
615 | 642 |
| |
616 | 643 |
| |
617 | 644 |
| |
| |||
644 | 671 |
| |
645 | 672 |
| |
646 | 673 |
| |
| 674 | + | |
| 675 | + | |
647 | 676 |
| |
648 | 677 |
| |
649 | 678 |
| |
| |||
675 | 704 |
| |
676 | 705 |
| |
677 | 706 |
| |
678 |
| - | |
679 |
| - | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
680 | 712 |
| |
681 | 713 |
| |
682 | 714 |
| |
|
core/circuitbreaker/circuit_breaker_test.go
Copy file name to clipboardExpand all lines: core/circuitbreaker/circuit_breaker_test.go+126-3Lines changed: 126 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
68 | 67 |
| |
69 | 68 |
| |
70 |
| - | |
71 | 69 |
| |
72 | 70 |
| |
73 | 71 |
| |
74 | 72 |
| |
75 |
| - | |
76 | 73 |
| |
77 | 74 |
| |
78 | 75 |
| |
| |||
140 | 137 |
| |
141 | 138 |
| |
142 | 139 |
| |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
143 | 169 |
| |
144 | 170 |
| |
145 | 171 |
| |
| |||
169 | 195 |
| |
170 | 196 |
| |
171 | 197 |
| |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
172 | 212 |
| |
173 | 213 |
| |
174 | 214 |
| |
| |||
227 | 267 |
| |
228 | 268 |
| |
229 | 269 |
| |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
230 | 297 |
| |
231 | 298 |
| |
232 | 299 |
| |
| |||
254 | 321 |
| |
255 | 322 |
| |
256 | 323 |
| |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
257 | 338 |
| |
258 | 339 |
| |
259 | 340 |
| |
| |||
312 | 393 |
| |
313 | 394 |
| |
314 | 395 |
| |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
315 | 424 |
| |
316 | 425 |
| |
317 | 426 |
| |
| |||
339 | 448 |
| |
340 | 449 |
| |
341 | 450 |
| |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
342 | 465 |
| |
343 | 466 |
| |
344 | 467 |
| |
|
core/circuitbreaker/rule.go
Copy file name to clipboardExpand all lines: core/circuitbreaker/rule.go+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 |
| |
82 | 87 |
| |
83 | 88 |
| |
|
You can’t perform that action at this time.
0 commit comments