Skip to content

Commit 91c2eaa

Browse files
authored
docs: phc not expermintal anymore (zalando#3574)
1 parent e6540b5 commit 91c2eaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/operation/operation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,10 +1053,10 @@ to get the results paginated or getting all of them at the same time.
10531053
curl localhost:9911/routes?offset=200&limit=100
10541054
```
10551055

1056-
## Passive health check (*experimental*)
1056+
## Passive Health Check
10571057

10581058
Skipper has an option to automatically detect and mitigate faulty backend endpoints, this feature is called
1059-
Passive Health Check(PHC).
1059+
Passive Health Check (PHC).
10601060

10611061
PHC works the following way: the entire uptime is divided in chunks of `period`, per every period Skipper calculates
10621062
the total amount of requests and amount of requests failed per every endpoint. While next period is going on,

0 commit comments

Comments
 (0)