Commit 909645a5 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch '37303-revert-event-tracking-renaming' into 'master'

Docs: Revert naming changes for Event tracking

See merge request gitlab-org/gitlab!25859
parents a5606156 f367c5ee
# Product Analytics # Event tracking
At GitLab, we encourage event tracking so we can iterate on and improve the project and user experience. At GitLab, we encourage event tracking so we can iterate on and improve the project and user experience.
...@@ -44,7 +44,7 @@ From the backend, the events that are tracked will likely consist of things like ...@@ -44,7 +44,7 @@ From the backend, the events that are tracked will likely consist of things like
See [Backend tracking guide](backend.md). See [Backend tracking guide](backend.md).
Also, see [Application performance metrics](../instrumentation.md) if you are after instrumenting application performance metrics. Also, see [Instrumenting Ruby code](../instrumentation.md) if you are instrumenting application performance metrics for Ruby code.
## Enabling tracking ## Enabling tracking
......
# Application Performance Metrics for Ruby Code # Instrumenting Ruby code
[GitLab Performance Monitoring](../administration/monitoring/performance/index.md) 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 blocks of Ruby code. Method instrumentation is the primary form of
instrumentation with block-based instrumentation only being used when we want to instrumentation with block-based instrumentation only being used when we want to
drill down to specific regions of code within a method. 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. Please refer to [Event tracking](event_tracking/index.md) if you are tracking product usage patterns.
## Instrumenting Methods ## Instrumenting Methods
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment