MatrixSynapse/synapse/metrics
Ivan Shapovalov ac481a738e
synapse.metrics: implement detailed memory usage reporting on PyPy (#7536)
PyPy's gc.get_stats() returns an object containing detailed allocator statistics
which could be beneficial to collect as metrics.

Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name>
2020-05-22 11:08:41 +01:00
..
__init__.py synapse.metrics: implement detailed memory usage reporting on PyPy (#7536) 2020-05-22 11:08:41 +01:00
_exposition.py Allow configuration of Synapse's cache without using synctl or environment variables (#6391) 2020-05-11 18:45:23 +01:00
background_process_metrics.py Add prometheus metrics for the number of active pushers (#7103) 2020-03-19 10:00:24 +00:00