summary refs log tree commit diff
path: root/changelog.d/7536.misc
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/7536.misc')
-rw-r--r--changelog.d/7536.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7536.misc b/changelog.d/7536.misc
new file mode 100644
index 0000000000..c1211167fc
--- /dev/null
+++ b/changelog.d/7536.misc
@@ -0,0 +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.