diff options
Diffstat (limited to 'changelog.d/7536.misc')
-rw-r--r-- | changelog.d/7536.misc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/7536.misc b/changelog.d/7536.misc deleted file mode 100644 index c1211167fc..0000000000 --- a/changelog.d/7536.misc +++ /dev/null @@ -1 +0,0 @@ -Synapse now exports [detailed allocator statistics](https://doc.pypy.org/en/latest/gc_info.html#gc-get-stats) and basic GC timings as Prometheus metrics (`pypy_gc_time_seconds_total` and `pypy_memory_bytes`) when run under PyPy. Contributed by Ivan Shapovalov. |