Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
  2. Dec 16, 2019
  3. Nov 19, 2019
  4. Oct 22, 2019
  5. Sep 20, 2019
  6. Sep 19, 2019
  7. Sep 18, 2019
  8. Sep 17, 2019
  9. Sep 16, 2019
  10. Sep 13, 2019
  11. Sep 12, 2019
  12. Sep 11, 2019
  13. Sep 09, 2019
  14. Sep 06, 2019
  15. Sep 04, 2019
  16. Sep 03, 2019
  17. Sep 02, 2019
  18. Aug 30, 2019
  19. Aug 28, 2019
  20. Aug 27, 2019
    • Sean McGivern's avatar
      Fix Peek on Puma · 7f102819
      Sean McGivern authored
      Peek's `Peek.request_id` method doesn't work well with a multi-threaded
      server and concurrent requests, because requests can 'steal' another
      request's ID, or unset it before it was due.
      
      The upstream change resolves this; the commit here is just to ensure
      that GitLab works with that upstream change, mostly by not using
      `Peek.request_id` any more (as the method doesn't exist).
      7f102819
    • Ash McKenzie's avatar
      Unverified
      3c236bb8
  21. Aug 26, 2019
  22. Aug 24, 2019
  23. Aug 23, 2019
    • Andrew Newdigate's avatar
      Add cache tracing and Redis tracing · 3956e7bb
      Andrew Newdigate authored and Nick Thomas's avatar Nick Thomas committed
      This change adds Distributed Tracing support for two new types of events
      
      1. Redis Calls
      1. ActiveSupport (Rails) Caching Operations
      
      The intention is to help application developers and infrastructure
      SREs to understand the pressure that caching operations can have on
      the application when running at scale.
      
      The Redis and Caching spans can be viewed in the Jaeger UI by clicking
      the "Trace" link in the performance bar when running on GDK.
      3956e7bb
  24. Aug 20, 2019
  25. Aug 19, 2019
  26. Aug 14, 2019
  27. Aug 12, 2019
  28. Aug 10, 2019
Loading