Commit ec2935bc authored by Donald Cook's avatar Donald Cook

Generated usage ping dictionary

parent 07a0c247
......@@ -11206,6 +11206,30 @@ Status: `data_available`
Tiers: `premium`, `ultimate`
### `redis_hll_counters.epics_usage.g_project_management_users_epic_issue_added_from_epic_monthly`
Counts of creating an issue from an epic
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/counts_28d/20210608191652_g_project_management_users_epic_issue_added_from_epic_monthly.yml)
Group: `group::product planning`
Status: `implemented`
Tiers: `ultimate`
### `redis_hll_counters.epics_usage.g_project_management_users_epic_issue_added_from_epic_weekly`
Counts of creating an issue from an epic
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/counts_7d/20210608191647_g_project_management_users_epic_issue_added_from_epic_weekly.yml)
Group: `group::product planning`
Status: `implemented`
Tiers: `ultimate`
### `redis_hll_counters.epics_usage.g_project_management_users_removing_epic_emoji_monthly`
Counts of MAU removing emoji on epic
......
......@@ -59,4 +59,4 @@ export const issueHealthStatusCSSMapping = {
needsAttention: 'status-needs-attention',
};
export const trackingAddedIssue = 'g_project_management_epic_issue_added_from_epic';
export const trackingAddedIssue = 'g_project_management_users_epic_issue_added_from_epic';
---
key_path: redis_hll_counters.epics_usage.g_project_management_users_epic_issue_added_from_epic_monthly
description: Counts of creating an issue from an epic
product_section: dev
product_stage: plan
product_group: group::product planning
product_category: epics_usage
value_type: number
status: implemented
milestone: "13.12"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61822
time_frame: 28d
data_source: redis_hll
distribution:
- ee
tier:
#- premium
- ultimate
---
key_path: redis_hll_counters.epics_usage.g_project_management_users_epic_issue_added_from_epic_weekly
description: Counts of creating an issue from an epic
product_section: dev
product_stage: plan
product_group: group::product planning
product_category: epics_usage
value_type: number
status: implemented
milestone: "13.12"
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61822
time_frame: 7d
data_source: redis_hll
distribution:
- ee
tier:
#- premium
- ultimate
......@@ -183,7 +183,7 @@
aggregation: daily
feature_flag: track_epics_activity
- name: g_project_management_epic_issue_added_from_epic
- name: g_project_management_users_epic_issue_added_from_epic
category: epics_usage
redis_slot: project_management
aggregation: daily
......
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