diff options
author | Johanna Dorothea Reichmann <transcaffeine@finallycoffee.eu> | 2020-12-02 16:18:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 15:18:41 +0000 |
commit | 0fed46ebe5abc524f10708ce1d5849e53dbab8af (patch) | |
tree | 1d16f5ab4347ceef9e309db1e452f05a6f588785 /changelog.d | |
parent | Add additional validation for the admin register endpoint. (#8837) (diff) | |
download | synapse-0fed46ebe5abc524f10708ce1d5849e53dbab8af.tar.xz |
Add missing prometheus rules for persisted events (#8802)
The official dashboard uses data from these rules, but they were never added to the synapse-v2.rules. They are mentioned in this issue: https://github.com/matrix-org/synapse/issues/7917#issuecomment-661330409, but never got added to the rules. Adding them results in all graphs in the "Event persist rate" section to function as intended. Signed-off-by: Johanna Dorothea Reichmann <transcaffeine@finallycoffee.eu>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8802.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8802.doc b/changelog.d/8802.doc new file mode 100644 index 0000000000..580c4281f8 --- /dev/null +++ b/changelog.d/8802.doc @@ -0,0 +1 @@ +Fix the "Event persist rate" section of the included grafana dashboard by adding missing prometheus rules. |