diff options
author | Brad Murray <brad@beeper.com> | 2022-07-13 10:18:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 15:18:20 +0100 |
commit | 3371e1abcb607776c6351ab5d73ba38f1db8a8f2 (patch) | |
tree | 40fee2e03aff6411db97e8a232736814384f485f /changelog.d | |
parent | Drop unused tables from groups/communities. (#12967) (diff) | |
download | synapse-3371e1abcb607776c6351ab5d73ba38f1db8a8f2.tar.xz |
Add prometheus counters for content types other than events (#13175)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13175.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13175.misc b/changelog.d/13175.misc new file mode 100644 index 0000000000..f273b3d6ca --- /dev/null +++ b/changelog.d/13175.misc @@ -0,0 +1 @@ +Add prometheus counters for ephemeral events and to device messages pushed to app services. Contributed by Brad @ Beeper. |