1. 05 1月, 2016 3 次提交
  2. 03 1月, 2016 3 次提交
  3. 02 1月, 2016 1 次提交
  4. 01 1月, 2016 4 次提交
  5. 31 12月, 2015 16 次提交
  6. 30 12月, 2015 9 次提交
  7. 29 12月, 2015 4 次提交
    • Y
      Use Gitlab::CurrentSettings for InfluxDB · 701e5de9
      Yorick Peterse 提交于
      This ensures we can still start up even when not connecting to a
      database.
      701e5de9
    • Y
      Merge branch 'influxdb-without-sidekiq' into 'master' · 1dbf7284
      Yorick Peterse 提交于
      See merge request !2238
      1dbf7284
    • Y
      Write to InfluxDB directly via UDP · 620e7bb3
      Yorick Peterse 提交于
      This removes the need for Sidekiq and any overhead/problems introduced
      by TCP. There are a few things to take into account:
      
      1. When writing data to InfluxDB you may still get an error if the
         server becomes unavailable during the write. Because of this we're
         catching all exceptions and just ignore them (for now).
      2. Writing via UDP apparently requires the timestamp to be in
         nanoseconds. Without this data either isn't written properly.
      3. Due to the restrictions on UDP buffer sizes we're writing metrics one
         by one, instead of writing all of them at once.
      620e7bb3
    • Y
      Strip newlines from obfuscated SQL · 03478e6d
      Yorick Peterse 提交于
      Newlines aren't really needed and they may mess with InfluxDB's line
      protocol.
      03478e6d