1. 04 1月, 2016 1 次提交
  2. 01 1月, 2016 4 次提交
    • Y
      Removed tracking of hostnames for metrics · cafc784e
      Yorick Peterse 提交于
      This isn't hugely useful and mostly wastes InfluxDB space. We can re-add
      this whenever needed (but only once we really need it).
      cafc784e
    • 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
  3. 31 12月, 2015 14 次提交
  4. 30 12月, 2015 9 次提交
  5. 29 12月, 2015 12 次提交