1. 08 Apr, 2016 2 commits
    • Yorick Peterse's avatar
      Use more accurate timestamps for InfluxDB. · aa7cddc4
      Yorick Peterse authored
      This changes the timestamp of metrics to be more accurate/unique by
      using Time#to_f combined with a small random jitter value. This
      combination hopefully reduces the amount of collisions, though there's
      no way to fully prevent any from occurring.
      
      Fixes gitlab-com/operations#175
      aa7cddc4
    • Robert Schilling's avatar
      Merge branch 'patch-1' into 'master' · 4d04e918
      Robert Schilling authored
      Fix Incorrect Quote In Docker Executor Example
      
      ## What does this MR do?
      The corrected line opened with a regular quote (') but closed with a back-tick (`)  
      I believe this is invalid bash syntax
      
      ## Are there points in the code the reviewer needs to double check?
      Probably not
      
      ## Why was this MR needed?
      Fixes error when example is copied and pasted
      
      ## What are the relevant issue numbers?
      None
      
      ## Screenshots (if relevant)
      None
      
      See merge request !3604
      4d04e918
  2. 07 Apr, 2016 38 commits