Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 28, 2015
  3. Dec 24, 2015
  4. Dec 14, 2015
  5. Dec 11, 2015
  6. Dec 10, 2015
  7. Dec 07, 2015
  8. Dec 05, 2015
  9. Nov 25, 2015
  10. Nov 23, 2015
  11. Nov 19, 2015
  12. Nov 18, 2015
  13. Nov 16, 2015
  14. 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
  15. Nov 05, 2015
  16. Nov 02, 2015
  17. Oct 29, 2015
  18. Oct 26, 2015
  19. Oct 23, 2015
  20. Oct 20, 2015
  21. Oct 18, 2015
  22. Oct 16, 2015
Loading