diff options
author | Erik Johnston <erik@matrix.org> | 2020-08-07 14:21:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 14:21:24 +0100 |
commit | 7620912d84f6a8b24143f1340dd653f44b13bf30 (patch) | |
tree | 0429a0cfbe00c0d491643255b577520bf657c921 /changelog.d | |
parent | Reduce unnecessary whitespace in JSON. (#7372) (diff) | |
download | synapse-7620912d84f6a8b24143f1340dd653f44b13bf30.tar.xz |
Add health check endpoint (#8048)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8048.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8048.feature b/changelog.d/8048.feature new file mode 100644 index 0000000000..8521d1920e --- /dev/null +++ b/changelog.d/8048.feature @@ -0,0 +1 @@ +Add a `/health` endpoint to every configured HTTP listener that can be used as a health check endpoint by load balancers. |