Link to GitLab Performance Monitoring

This commit is contained in:
Thong Kuah 2019-08-19 00:54:17 +00:00
parent 15085d0327
commit c4625ba6cf
1 changed files with 1 additions and 1 deletions

View File

@ -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.