Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ec2935bc
Commit
ec2935bc
authored
Jun 08, 2021
by
Donald Cook
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generated usage ping dictionary
parent
07a0c247
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
62 additions
and
2 deletions
+62
-2
doc/development/usage_ping/dictionary.md
doc/development/usage_ping/dictionary.md
+24
-0
ee/app/assets/javascripts/related_items_tree/constants.js
ee/app/assets/javascripts/related_items_tree/constants.js
+1
-1
ee/config/metrics/counts_28d/20210608191652_g_project_management_users_epic_issue_added_from_epic_monthly.yml
...t_management_users_epic_issue_added_from_epic_monthly.yml
+18
-0
ee/config/metrics/counts_7d/20210608191647_g_project_management_users_epic_issue_added_from_epic_weekly.yml
...ct_management_users_epic_issue_added_from_epic_weekly.yml
+18
-0
lib/gitlab/usage_data_counters/known_events/epic_events.yml
lib/gitlab/usage_data_counters/known_events/epic_events.yml
+1
-1
No files found.
doc/development/usage_ping/dictionary.md
View file @
ec2935bc
...
...
@@ -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
...
...
ee/app/assets/javascripts/related_items_tree/constants.js
View file @
ec2935bc
...
...
@@ -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
'
;
ee/config/metrics/counts_28d/20210608191652_g_project_management_users_epic_issue_added_from_epic_monthly.yml
0 → 100644
View file @
ec2935bc
---
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
ee/config/metrics/counts_7d/20210608191647_g_project_management_users_epic_issue_added_from_epic_weekly.yml
0 → 100644
View file @
ec2935bc
---
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
lib/gitlab/usage_data_counters/known_events/epic_events.yml
View file @
ec2935bc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment