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
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-03-06 13:42:08 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-03-06 13:42:08 +0300
commit633aaf2b6123359e4c7bfce441022a68b2f21222 (patch)
tree255a09114c072005de5a6e3524efd59189df88d5 /doc
parent4a6bc1f6a415b82e88473f3bd076f95fb4973562 (diff)
parentee318727774dbec75d5506a4b4749fc4236206d5 (diff)
Merge branch 'etag-notes-polling' into 'master'
Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036
Diffstat (limited to 'doc')
-rw-r--r--doc/development/instrumentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/instrumentation.md b/doc/development/instrumentation.md
index b8669964c84..a14c0752366 100644
--- a/doc/development/instrumentation.md
+++ b/doc/development/instrumentation.md
@@ -35,7 +35,7 @@ Using this method is in general preferred over directly calling the various
instrumentation methods.
Method instrumentation should be added in the initializer
-`config/initializers/metrics.rb`.
+`config/initializers/8_metrics.rb`.
### Examples