Commit 268fb004 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'instrument-gitlab-git-repository' into 'master'

Instrument Gitlab::Git::Repository



See merge request !2528
parents 54729d2c 7d1b51fa
......@@ -49,6 +49,7 @@ if Gitlab::Metrics.enabled?
config.instrument_instance_methods(Gitlab::Shell)
config.instrument_methods(Gitlab::Git)
config.instrument_instance_methods(Gitlab::Git::Repository)
Gitlab::Git.constants.each do |name|
const = Gitlab::Git.const_get(name)
......
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