diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-01-13 14:35:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 14:35:52 +0000 |
commit | 20c6d85c6e8f721b8688b7f1361c7a7bab2449fd (patch) | |
tree | 2f931ca23048ce86f68fbbde9cef51dcf5048d08 /changelog.d | |
parent | Use auto_attribs/native type hints for attrs classes. (#11692) (diff) | |
download | synapse-20c6d85c6e8f721b8688b7f1361c7a7bab2449fd.tar.xz |
Simplify GC prometheus metrics (#11723)
Rather than hooking into the reactor loop, just add a timed task that runs every 100 ms to do the garbage collection. Part 1 of a quest to simplify the reactor monkey-patching.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11723.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11723.misc b/changelog.d/11723.misc new file mode 100644 index 0000000000..f99e02070a --- /dev/null +++ b/changelog.d/11723.misc @@ -0,0 +1 @@ +Simplify calculation of prometheus metrics for garbage collection. |