diff options
author | Evan Read <eread@gitlab.com> | 2019-08-19 06:49:33 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-19 06:49:33 +0000 |
commit | 6f4350e46ed839d6b1317d1e874670bad263e57e (patch) | |
tree | 3a2043b1da7abbe41ff61eaa05db8c23ee4ddc39 | |
parent | 420394f9a73963f79eda0090e97dc6913de4731a (diff) | |
parent | c4625ba6cf76eeb7f066675f4a106c197fbbfe42 (diff) | |
download | gitlab-ce-6f4350e46ed839d6b1317d1e874670bad263e57e.tar.gz |
Merge branch 'cross-link-instrumentation' into 'master'
Link to GitLab Performance Monitoring
See merge request gitlab-org/gitlab-ce!31947
-rw-r--r-- | doc/development/instrumentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/instrumentation.md b/doc/development/instrumentation.md index 5f95cf3707c..777d372ec60 100644 --- a/doc/development/instrumentation.md +++ b/doc/development/instrumentation.md @@ -1,6 +1,6 @@ # Instrumenting Ruby Code -GitLab Performance Monitoring allows instrumenting of both methods and custom +[GitLab Performance Monitoring](../administration/monitoring/performance/index.md) allows instrumenting of both methods and custom blocks of Ruby code. Method instrumentation is the primary form of instrumentation with block-based instrumentation only being used when we want to drill down to specific regions of code within a method. |