Commit f367c5ee authored by David Kim's avatar David Kim Committed by Russell Dickenson

Revert naming changes to Event tracking

- It was suggested that this change was not necessary and give false
impression that it belongs to group::analylitcs when it does not.
parent a5606156
# 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