diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2015-11-19 12:33:58 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2015-11-24 10:57:21 +0100 |
commit | 97f8c6279fc39c4bad87bb880eba04802f6d351d (patch) | |
tree | ef1eac455f8529ae4e35f3b286e225e556f148ee /config/locales | |
parent | 31a34b591731eb8997da4844287d7c31e3686454 (diff) | |
download | gitlab-ce-97f8c6279fc39c4bad87bb880eba04802f6d351d.tar.gz |
Added total query time to Sherlocksherlock-total-query-time
This makes it easier to see if a problem is caused by slow queries or
slow Ruby code (unrelated to any SQL queries that might be used).
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/sherlock.en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/sherlock.en.yml b/config/locales/sherlock.en.yml index 683b09dc329..f24b825f585 100644 --- a/config/locales/sherlock.en.yml +++ b/config/locales/sherlock.en.yml @@ -35,3 +35,4 @@ en: events: Events percent: '%' count: Count + query_time: Query Time |