1. 01 1月, 2016 3 次提交
    • Y
      Use separate series for Rails/Sidekiq transactions · bd9f86bb
      Yorick Peterse 提交于
      This removes the need for tagging all metrics with a "process_type" tag.
      bd9f86bb
    • Y
      Cache InfluxDB settings after the first use · 55ed6e1c
      Yorick Peterse 提交于
      This ensures we don't need to load anything from either PostgreSQL or
      the Rails cache whenever creating new InfluxDB connections.
      55ed6e1c
    • Y
      Removed tracking of raw SQL queries · a6c60127
      Yorick Peterse 提交于
      This particular setup had 3 problems:
      
      1. Storing SQL queries as tags is very inefficient as InfluxDB ends up
         indexing every query (and they can get pretty large). Storing these
         as values instead means we can't always display the SQL as easily.
      2. We already instrument ActiveRecord query methods, thus we already
         have timing information about database queries.
      3. SQL obfuscation is difficult to get right and I'd rather not expose
         sensitive data by accident.
      a6c60127
  2. 31 12月, 2015 14 次提交
  3. 30 12月, 2015 9 次提交
  4. 29 12月, 2015 14 次提交