From cc4fe68adff0fb5660b94f92bd40978e7e292098 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 6 Nov 2023 08:31:22 -0500 Subject: 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. --- changelog.d/16532.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16532.misc (limited to 'changelog.d') diff --git a/changelog.d/16532.misc b/changelog.d/16532.misc new file mode 100644 index 0000000000..437e00210b --- /dev/null +++ b/changelog.d/16532.misc @@ -0,0 +1 @@ +Support reactor tick timings on more types of event loops. -- cgit 1.5.1