Skip to content
Snippets Groups Projects
  1. Feb 15, 2023
  2. Feb 01, 2023
  3. Jan 13, 2023
  4. Dec 13, 2022
  5. Nov 22, 2022
  6. Oct 17, 2022
  7. Sep 23, 2022
  8. Sep 21, 2022
  9. Sep 08, 2022
  10. Sep 06, 2022
  11. Sep 01, 2022
  12. Aug 13, 2022
  13. Jul 19, 2022
  14. Jul 11, 2022
  15. Jun 10, 2022
  16. Jun 08, 2022
  17. Jun 01, 2022
  18. May 30, 2022
  19. May 09, 2022
  20. Apr 05, 2022
  21. Mar 29, 2022
  22. Mar 02, 2022
  23. Jan 17, 2022
    • Richard van der Hoff's avatar
      Improve `reactor_tick_time` metric (#11724) · 6a78ede5
      Richard van der Hoff authored
      The existing implementation of the `python_twisted_reactor_tick_time` metric is pretty useless, because it *only* 
      measures the time taken to execute timed calls and callbacks from threads. That neglects everything that 
      happens off the back of I/O, which is obviously quite a lot for us.
      
      To improve this, I've hooked into a different place in the reactor - in particular, where it calls `epoll`. That call is 
      the only place it should wait for something to happen - the rest of the loop *should* be quick.
      
      I've also removed `python_twisted_reactor_pending_calls`, because I don't believe anyone ever looks at it, and
      it's a nuisance to populate.
      6a78ede5
  24. Jan 05, 2022
  25. Oct 22, 2021
  26. Sep 23, 2021
  27. Aug 16, 2021
  28. Jul 13, 2021
  29. Jul 08, 2021
  30. Jun 17, 2021
  31. May 19, 2021
  32. Apr 28, 2021
  33. Apr 14, 2021
Loading