Product Intelligence review guidelines
This page includes introductory material for a Product Intelligence review, and is specific to Product Intelligence reviews. For broader advice and general best practices for code reviews, refer to our code review guide.
Resources for Product Intelligence reviewers
Review process
We recommend a Product Intelligence review when an application update touches Product Intelligence files.
- Changes that touch
usage_data*
files. - Changes to the Metrics Dictionary including files in:
- Changes to
tracking
files. - Changes to Product Intelligence tooling. For example,
Gitlab::UsageMetricDefinitionGenerator
Roles and process
The merge request author should
- Decide whether a Product Intelligence review is needed.
- If a Product Intelligence review is needed, add the labels
~product intelligence
and~product intelligence::review pending
. - Assign an engineer from the Product Intelligence team for a review.
- Set the correct attributes in YAML metrics:
-
product_section
,product_stage
,product_group
,product_category
- Provide a clear description of the metric.
-
- Update the Metrics Dictionary if it is needed.
- Add a changelog according to guidelines.
When adding or modifying Snowplow events
- For frontend events, when relevant, add a screenshot of the event in the testing tool used.
- For backend events, when relevant, add the output of the Snowplow Micro
good events
GET http://localhost:9090/micro/good
(it might be a good idea to reset withGET http://localhost:9090/micro/reset
first).
The Product Intelligence reviewer should
- Perform a first-pass review on the merge request and suggest improvements to the author.
- Approve the MR, and relabel the MR with
~"product intelligence::approved"
.
Review workload distribution
Danger bot adds the list of Product Intelligence changed files
and pings the
@gitlab-org/growth/product-intelligence/engineers
group for merge requests
that are not drafts.
Any of the Product Intelligence engineers can be assigned for the Product Intelligence review.
How to review for Product Intelligence
- Check the metrics location in the Usage Ping JSON payload.
- Add
~database
label and ask for database review for metrics that are based on Database. - For tracking using Redis HLL (HyperLogLog):
- Check the Redis slot.
- Check if a feature flag is needed.
- For tracking with Snowplow:
- Check that the event taxonomy is correct.
- Check the usage recommendations.
- Metrics YAML definitions:
- Check the metric
description
. - Check the metrics
key_path
. - Check the
product_section
,product_stage
,product_group
,product_category
. Read the stages file. - Check the file location. Consider the time frame, and if the file should be under
ee
. - Check the tiers.
- Check the metric