1. 31 Jul, 2020 1 commit
    • Bob Van Landuyt's avatar
      Remove transaction memory metrics · 77ccdceb
      Bob Van Landuyt authored
      This removes the `gitlab_transaction_allocated_memory_bytes`
      histogram.
      
      This was measuring the memory before and after a transaction. Which
      made sense in a single threaded environment, but it doesn't in a
      multithreaded one.
      
      It also had high cardinality.
      77ccdceb
  2. 30 Jul, 2020 39 commits