mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
2 lines
261 B
Text
2 lines
261 B
Text
|
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.
|