We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1a5dd commit 393e3f1Copy full SHA for 393e3f1
docs/source/guides/index.mdx
@@ -358,7 +358,7 @@ The health check provides different responses based on query parameters:
358
| `GET /health?live` | Liveness check | Returns `{"status": "UP"}` if server is alive |
359
| `GET /health?ready` | Readiness check | Returns `{"status": "UP"}` if server is ready to handle requests |
360
361
-### Readiness tracking
+### Probes
362
363
The server tracks failed requests and automatically marks itself as unready if too many failures occur within a sampling interval:
364
0 commit comments