Skip to content

Commit 393e3f1

Browse files
committed
Readiness tracking -> Probes
1 parent 5f1a5dd commit 393e3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ The health check provides different responses based on query parameters:
358358
| `GET /health?live` | Liveness check | Returns `{"status": "UP"}` if server is alive |
359359
| `GET /health?ready` | Readiness check | Returns `{"status": "UP"}` if server is ready to handle requests |
360360

361-
### Readiness tracking
361+
### Probes
362362

363363
The server tracks failed requests and automatically marks itself as unready if too many failures occur within a sampling interval:
364364

0 commit comments

Comments
 (0)