Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2015-11-19 14:33:58 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2015-11-24 12:57:21 +0300
commit97f8c6279fc39c4bad87bb880eba04802f6d351d (patch)
treeef1eac455f8529ae4e35f3b286e225e556f148ee /config/locales
parent31a34b591731eb8997da4844287d7c31e3686454 (diff)
Added total query time to Sherlock
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.yml1
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