Commit 794cd87b authored by Douwe Maan's avatar Douwe Maan Committed by Robert Speicher

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

Instrument Gitlab::Git::Repository



See merge request !2528
parent 40b670f1
......@@ -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