diff options
author | Andrew Newdigate <andrew@gitlab.com> | 2018-09-04 17:14:22 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-09-04 17:14:22 +0000 |
commit | a62a65b869946db25e94ac6d250883cfe2d8758c (patch) | |
tree | fc302f2c309b12f8d98c92268b2ca536133c56c4 /lib/api/api.rb | |
parent | 304f43c2fbe319720c7c372adea997be14aed9e9 (diff) | |
download | gitlab-ce-a62a65b869946db25e94ac6d250883cfe2d8758c.tar.gz |
Add gitaly_calls to API structured logs
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index c000666d992..850cef26449 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -16,7 +16,8 @@ module API GrapeLogging::Loggers::FilterParameters.new, GrapeLogging::Loggers::ClientEnv.new, Gitlab::GrapeLogging::Loggers::UserLogger.new, - Gitlab::GrapeLogging::Loggers::QueueDurationLogger.new + Gitlab::GrapeLogging::Loggers::QueueDurationLogger.new, + Gitlab::GrapeLogging::Loggers::PerfLogger.new ] allow_access_with_scope :api |