You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/transpot-layer/circuit-breaker.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ toc: true
10
10
type: docs
11
11
---
12
12
13
-
## Overview
14
13
15
14
This guide demonstrates how to configure circuit breakers in KMesh using Fortio for load testing. Circuit breakers help prevent system overload by limiting the number of concurrent connections and requests.
16
15
@@ -472,4 +471,4 @@ EOF
472
471
```bash
473
472
kubectl logs deploy/httpbin-demo
474
473
kubectl logs $(kubectl get pod -l app=fortio-demo -o jsonpath={.items[0].metadata.name})
0 commit comments