diff options
Diffstat (limited to 'doc/development/instrumentation.md')
-rw-r--r-- | doc/development/instrumentation.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/development/instrumentation.md b/doc/development/instrumentation.md index b22a63621dc..3ce6fda441a 100644 --- a/doc/development/instrumentation.md +++ b/doc/development/instrumentation.md @@ -1,10 +1,12 @@ -# Instrumenting Ruby Code +# Application Performance Metrics for Ruby Code [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. +Please refer to [Product analytics](event_tracking/index.md) if you are after tracking product usage patterns. + ## Instrumenting Methods Instrumenting methods is done by using the `Gitlab::Metrics::Instrumentation` |