diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-04-27 21:36:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 21:36:47 +0200 |
commit | 036fab5d8adc8fbafc6cdca5a29c7361b697a6e2 (patch) | |
tree | e2ac25dd69d9142425954b79d944e664c864d4e9 /changelog.d | |
parent | Add some explanation to application_services.md (#7091) (diff) | |
download | synapse-036fab5d8adc8fbafc6cdca5a29c7361b697a6e2.tar.xz |
Document monitoring workers (#7357)
It doesn't seem to be documented anywhere and means that you suddenly start losing metrics without any obvious reason when you go from monolith to workers (e.g. #7312).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7357.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7357.doc b/changelog.d/7357.doc new file mode 100644 index 0000000000..a3d5616ad2 --- /dev/null +++ b/changelog.d/7357.doc @@ -0,0 +1 @@ +Add documentation on monitoring workers with Prometheus. |