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>2016-04-13 16:19:50 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-13 16:31:13 +0300
commit3b9edce803c91b5f51675291fdf22f1159cea456 (patch)
tree3740a3f04aae3923663badf749316af1d845dab8 /CHANGELOG
parentf026e53c4df5b0b3bb7435c05d3c8662afe45881 (diff)
Instrument the HousekeepingService class
This allows us to track how much time is spent in updating the "pushes_since_gc" column as well as the time needed to obtain the lease.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5399e3e5b8b..ec8db471572 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.7.0 (unreleased)
+ - The Projects::HousekeepingService class has extra instrumentation (Yorick Peterse)
- All service classes (those residing in app/services) are now instrumented (Yorick Peterse)
- Developers can now add custom tags to transactions (Yorick Peterse)
- Enable gzip for assets, makes the page size significantly smaller. !3544 / !3632 (Connor Shea)