Skip to content
Snippets Groups Projects
  1. Jan 14, 2016
  2. Jan 13, 2016
  3. Jan 06, 2016
  4. Jan 05, 2016
  5. Jan 04, 2016
  6. Dec 29, 2015
    • Yorick Peterse's avatar
      Write to InfluxDB directly via UDP · 620e7bb3
      Yorick Peterse authored
      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
  7. Dec 28, 2015
  8. Dec 24, 2015
  9. Dec 14, 2015
  10. Dec 11, 2015
  11. Dec 10, 2015
  12. Dec 07, 2015
  13. Dec 05, 2015
  14. Nov 25, 2015
  15. Nov 23, 2015
  16. Nov 19, 2015
  17. Nov 18, 2015
  18. Nov 16, 2015
  19. Nov 10, 2015
    • Kamil Trzcińśki's avatar
      Implement Build Artifacts · d0e3e823
      Kamil Trzcińśki authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  20. Nov 05, 2015
  21. Nov 02, 2015
  22. Oct 29, 2015
Loading