summary refs log tree commit diff
path: root/synapse/metrics/jemalloc.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add config flags to allow for cache auto-tuning (#12701)Shay2022-05-131-41/+73
|
* Update type annotations for compatiblity with prometheus_client 0.14 (#12389)Richard van der Hoff2022-04-061-4/+16
| | | | | | | Principally, `prometheus_client.REGISTRY.register` now requires its argument to extend `prometheus_client.Collector`. Additionally, `Gauge.set` is now annotated so that passing `Optional[int]` causes an error.
* Add type annotations to `synapse.metrics` (#10847)Sean Quah2021-11-171-4/+6
|
* Export jemalloc stats to prometheus when used (#9882)Erik Johnston2021-05-061-0/+196