We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6540b5 commit 91c2eaaCopy full SHA for 91c2eaa
1 file changed
docs/operation/operation.md
@@ -1053,10 +1053,10 @@ to get the results paginated or getting all of them at the same time.
1053
curl localhost:9911/routes?offset=200&limit=100
1054
```
1055
1056
-## Passive health check (*experimental*)
+## Passive Health Check
1057
1058
Skipper has an option to automatically detect and mitigate faulty backend endpoints, this feature is called
1059
-Passive Health Check(PHC).
+Passive Health Check (PHC).
1060
1061
PHC works the following way: the entire uptime is divided in chunks of `period`, per every period Skipper calculates
1062
the total amount of requests and amount of requests failed per every endpoint. While next period is going on,
0 commit comments