summary refs log tree commit diff
path: root/changelog.d/7536.misc
blob: c1211167fcc32bca8dbb338476ba783daea94fb1 (plain) (blame)
1
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.