1. 20 8月, 2019 1 次提交
  2. 19 8月, 2019 1 次提交
  3. 15 8月, 2019 2 次提交
  4. 12 8月, 2019 2 次提交
  5. 10 8月, 2019 2 次提交
  6. 09 8月, 2019 1 次提交
  7. 07 8月, 2019 1 次提交
    • S
      Remove GC metrics from performance bar · 66963aad
      Sean McGivern 提交于
      These were disabled in production mode, but that also broke the rest of
      the performance bar. As they were only enabled in development mode, we
      can just remove them for now.
      66963aad
  8. 06 8月, 2019 3 次提交
  9. 30 7月, 2019 3 次提交
  10. 27 7月, 2019 2 次提交
  11. 26 7月, 2019 1 次提交
    • S
      Replace peek-pg with our own implementation · ad1c7166
      Sean McGivern 提交于
      This uses an ActiveRecord subscriber to get queries and calculate the
      total query time from that. This means that the total will always be
      consistent with the queries in the table. It does however mean that we
      could potentially miss some queries that don't go through ActiveRecord.
      
      Making this change also allows us to unify the response JSON a little
      bit, making the frontend slightly simpler as a result.
      ad1c7166
  12. 23 7月, 2019 1 次提交
  13. 20 7月, 2019 1 次提交
  14. 18 7月, 2019 1 次提交
    • S
      Fix inconsistency in Redis performance bar stats · 9dd59df6
      Stan Hu 提交于
      peek-redis resets its counters at the start of an ActionController
      notification (`start_processing.action_controller`), which causes it to
      miss some Redis queries that precede it, such as the database load
      balancer and Rack Attack queries. This produces inconsistencies in the
      performance bar between the number of calls and their durations with the
      actual calls in the detailed view.
      
      We fix this by getting rid of peek-redis in favor of consolidating all
      logic into the `RedisDetailed` view, which tracks Redis queries using
      `RequestStore`. This has the nice property of removing thread-specific
      counters as well.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64707
      9dd59df6
  15. 17 7月, 2019 1 次提交
  16. 16 7月, 2019 1 次提交
  17. 12 7月, 2019 1 次提交
  18. 11 7月, 2019 2 次提交
  19. 09 7月, 2019 2 次提交
  20. 06 7月, 2019 2 次提交
  21. 05 7月, 2019 1 次提交
  22. 04 7月, 2019 1 次提交
  23. 01 7月, 2019 1 次提交
  24. 28 6月, 2019 1 次提交
  25. 21 6月, 2019 1 次提交
  26. 17 6月, 2019 2 次提交
  27. 16 6月, 2019 2 次提交