There was an error while loading. Please reload this page.
1 parent 1449f69 commit 0702abeCopy full SHA for 0702abe
lib/gitlab_shell.rb
@@ -133,8 +133,10 @@ def process_cmd(args)
133
end
134
135
args_string = [File.basename(executable), *args].join(' ')
136
- $logger.info "gitlab-shell: executing git command <#{args_string}> for #{log_username}."
137
- exec_cmd(executable, *args)
+ GitlabMetrics.meature(File.basename(executable)) do
+ $logger.info "gitlab-shell: executing git command <#{args_string}> for #{log_username}."
138
+ exec_cmd(executable, *args)
139
+ end
140
141
142
# This method is not covered by Rspec because it ends the current Ruby process.
0 commit comments