Skip to content
  • 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