Skip to content
Snippets Groups Projects
  1. Aug 13, 2022
  2. Jul 19, 2022
  3. Jul 11, 2022
  4. Jun 10, 2022
  5. Jun 08, 2022
  6. Jun 01, 2022
  7. May 30, 2022
  8. May 09, 2022
  9. Apr 05, 2022
  10. Mar 29, 2022
  11. Mar 02, 2022
  12. 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
  13. Jan 05, 2022
  14. Oct 22, 2021
  15. Sep 23, 2021
  16. Aug 16, 2021
  17. Jul 13, 2021
  18. Jul 08, 2021
  19. Jun 17, 2021
  20. May 19, 2021
  21. Apr 28, 2021
  22. Apr 14, 2021
  23. Apr 08, 2021
  24. Mar 25, 2021
  25. Feb 16, 2021
  26. Dec 02, 2020
  27. Nov 26, 2020
  28. Oct 27, 2020
  29. Sep 17, 2020
  30. Sep 04, 2020
  31. Jul 30, 2020
  32. Jul 20, 2020
  33. Jul 13, 2020
Loading