matrix-org_synapse/synapse/metrics
Patrick Cloke cc4fe68adf
Support reactor timing metric on more reactors. (#16532)
Previously only Twisted's EPollReactor was compatible with the
reactor timing metric, notably not working when asyncio was used.

After this change, the following configurations support the reactor
timing metric:

* poll, epoll, or select reactors
* asyncio reactor with a poll, epoll, select, /dev/poll, or kqueue event loop.
2023-11-06 08:31:22 -05:00
..
__init__.py Use StrCollection in additional places. (#16301) 2023-09-13 07:57:19 -04:00
_gc.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
_reactor_metrics.py Support reactor timing metric on more reactors. (#16532) 2023-11-06 08:31:22 -05:00
_twisted_exposition.py Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69.0 and disabled by default in Synapse v1.71.0. (#14538) 2022-11-24 09:09:17 +00:00
_types.py Update type annotations for compatiblity with prometheus_client 0.14 (#12389) 2022-04-06 12:59:04 +00:00
background_process_metrics.py Only use literal strings for process names (#16315) 2023-09-15 09:10:24 +01:00
common_usage_metrics.py Fix logging context warnings due to common usage metrics setup (#14574) 2022-11-28 15:25:18 +00:00
jemalloc.py Add config flags to allow for cache auto-tuning (#12701) 2022-05-13 12:32:39 -07:00