Skip to content

Commit 2dab05c

Browse files
committed
update http doc
1 parent 08ee8ab commit 2dab05c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/http.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ Notes:
101101

102102
- `/check-read-if-exists/<app>/<store-type>/<store-name>/<threshold>`: like `/check-read`, but if the metric is unknown (e.g. `<store-name>` not in `freno`'s configuration), return `200 OK`. This is useful for hybrid systems where some metrics need to be strictly controlled, and some not. `freno` would probe the important stores, and still can serve requests for all stores.
103103

104+
- `/skip-host/<hostname>/ttl/<ttl-minutes>`: skip host when aggregating metrics for specified number of minutes. If host is already skipped, update the TTL.
105+
- `/skip-host/<hostname>`: same as `/skip-host/<hostname>/ttl/60`
106+
- `/recover-host/<hostname>`: recover a previously skipped host.
107+
- `/skipped-hosts`: list currently skipped hosts
108+
104109
### Other requests
105110

106111
- `/help`: show all supported request paths

0 commit comments

Comments
 (0)