Commit 044ec4da authored by Nick Thomas's avatar Nick Thomas

Merge branch 'instrument-geo-repository-sync-worker' into 'master'

Instrument Geo::RepositorySyncWorker

See merge request gitlab-org/gitlab-ee!2936
parents 46b33ef8 8b5b0dc0
......@@ -137,6 +137,8 @@ def instrument_classes(instrumentation)
instrumentation.instrument_instance_methods(Bitbucket::Connection)
instrumentation.instrument_instance_methods(Github::Client)
instrumentation.instrument_instance_methods(Geo::RepositorySyncWorker)
# This is a Rails scope so we have to instrument it manually.
instrumentation.instrument_method(Project, :visible_to_user)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment