gitlab-org--gitlab-foss/spec
Yorick Peterse 620e7bb3d6 Write to InfluxDB directly via UDP
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.
2015-12-29 14:53:45 +01:00
..
benchmarks Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
controllers Fix specs 2015-12-18 17:09:58 +01:00
factories Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
features specs for forced two-factor authentication and grace period 2015-12-24 19:01:30 -02:00
finders Port GitLab EE ProjectsFinder changes 2015-11-20 15:53:04 +01:00
fixtures Use URL helpers in specs 2015-12-03 14:00:09 +01:00
helpers Merge branch 'revert_votes_back' into 'master' 2015-12-25 15:52:06 +00:00
javascripts Merge branch 'close-open-ajax-issue' into 'master' 2015-12-25 21:00:16 +00:00
lib Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
mailers Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
models Merge branch 'mention-all' into 'master' 2015-12-27 21:09:16 +00:00
requests Add API support for looking up a user by username 2015-12-24 07:57:13 -08:00
routing Move partial to right place and fix tests. 2015-09-08 15:14:14 +01:00
services Fix spec 2015-12-25 13:20:20 +01:00
support Backport JIRA service 2015-12-18 14:19:48 -06:00
tasks/gitlab Add lfs to backup specs. 2015-11-19 10:43:45 +01:00
views/help Allow non-admin users to see version information 2015-09-23 17:18:15 -04:00
workers Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
factories.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
factories_spec.rb
rails_helper.rb Started on the actual rspec 3 upgrade 2015-06-22 12:12:49 +02:00
spec_helper.rb fix notification_service specs 2015-11-30 11:21:10 +02:00
teaspoon_env.rb teaspoon install 2015-05-28 18:22:32 -04:00