1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
---
stage: Monitor
group: Analytics Instrumentation
info: Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/ee/development/development_processes.html#development-guidelines-review.
---
# Internal Event Tracking
This page provides detailed guidelines on using the Internal Event Tracking system to instrument features on GitLab.
This page is a work in progress. If you have access to the GitLab Slack workspace, use the
`#g_monitor_analytics_instrumentation` channel for any questions or clarifications.
- [Quick start for internal event tracking](quick_start.md#quick-start-for-internal-event-tracking)
- [Migrating existing tracking to internal event tracking](migration.md)
- [Event definition guide](event_definition_guide.md)
- [Metric definition guide](metric_definition_guide.md)
- [Local setup and debugging](local_setup_and_debugging.md)
- [Internal Events CLI contribution guide](../cli_contribution_guidelines.md)
|