gitlab/lib/peek/views
Yorick Peterse f38900c90d
Always enable the database load balancer
By always enabling the database load balancer we reduce the amount of
different code paths, make it easier for developers to interact with the
load balancing code (e.g. by adding metrics), and make it easier to add
support for multiple databases (e.g. by not having to check if the load
balancer is enabled or not).

As part of this commit we fixed various parts of the code that didn't
expect the load balancer to always be enabled (or at least when running
tests).

Changelog: added
Co-Authored-By: Dylan Griffith <dyl.griffith@gmail.com>
2021-09-21 16:04:43 +02:00
..
active_record.rb Always enable the database load balancer 2021-09-21 16:04:43 +02:00
bullet_detailed.rb
detailed_view.rb
elasticsearch.rb
external_http.rb
gitaly.rb
host.rb
memory.rb
redis_detailed.rb
rugged.rb
tracing.rb