gitlab-org--gitlab-foss/app/controllers/admin
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
..
abuse_reports_controller.rb Improve abuse reports management 2015-08-25 10:52:10 +02:00
application_controller.rb refactor login as to be impersonation with better login/logout 2015-10-29 11:00:17 +01:00
application_settings_controller.rb Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
applications_controller.rb
background_jobs_controller.rb
broadcast_messages_controller.rb Redirect to a default path if HTTP_REFERER is not set 2015-10-20 07:45:48 -07:00
builds_controller.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
dashboard_controller.rb
deploy_keys_controller.rb Remove show actions from Admin and Project DeployKeys 2015-06-03 18:03:04 -04:00
groups_controller.rb Wrap group removal into service 2015-06-03 14:07:20 +02:00
hooks_controller.rb Redirect to a default path if HTTP_REFERER is not set 2015-10-20 07:45:48 -07:00
identities_controller.rb Allow admin to create new user identities 2015-12-15 13:54:35 -06:00
impersonation_controller.rb Be more explicit with the impersonate return URL 2015-12-02 13:21:07 -05:00
keys_controller.rb Fixed the Rails/ActionFilter cop 2015-04-20 15:39:37 +02:00
labels_controller.rb added spinach for glabal labels 2015-09-03 19:02:14 +03:00
logs_controller.rb
projects_controller.rb Allow listing of archived projects 2015-08-19 13:46:59 +02:00
runner_projects_controller.rb Remove ci_ prefix from all ci related things 2015-12-11 18:02:09 +01:00
runners_controller.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
services_controller.rb Improve invalidation of stored service password if the endpoint URL is changed 2015-10-15 12:07:59 +02:00
users_controller.rb refactor login as to be impersonation with better login/logout 2015-10-29 11:00:17 +01:00