summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-08-07 14:21:24 +0100
committerGitHub <noreply@github.com>2020-08-07 14:21:24 +0100
commit7620912d84f6a8b24143f1340dd653f44b13bf30 (patch)
tree0429a0cfbe00c0d491643255b577520bf657c921 /changelog.d
parentReduce unnecessary whitespace in JSON. (#7372) (diff)
downloadsynapse-7620912d84f6a8b24143f1340dd653f44b13bf30.tar.xz
Add health check endpoint (#8048)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8048.feature1
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.