diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-08-19 00:54:17 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-08-19 00:54:17 +0000 |
commit | c4625ba6cf76eeb7f066675f4a106c197fbbfe42 (patch) | |
tree | bf9dce309e71289d9cda282e8bc1e5b3f3de8250 | |
parent | 15085d0327e6472ff749b45b83bbc90ce37333f4 (diff) | |
download | gitlab-ce-c4625ba6cf76eeb7f066675f4a106c197fbbfe42.tar.gz |
Link to GitLab Performance Monitoringcross-link-instrumentation
-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. |