Skip to content

Commit 3d58b90

Browse files
author
Anya
committed
doc, test and verifed
1 parent 7d42f89 commit 3d58b90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/transpot-layer/circuit-breaker.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ toc: true
1010
type: docs
1111
---
1212

13-
## Overview
1413

1514
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.
1615

@@ -472,4 +471,4 @@ EOF
472471
```bash
473472
kubectl logs deploy/httpbin-demo
474473
kubectl logs $(kubectl get pod -l app=fortio-demo -o jsonpath={.items[0].metadata.name})
475-
```
474+
```z

0 commit comments

Comments
 (0)