Commit e31f530f authored by Alper Akgun's avatar Alper Akgun

Merge branch 'counts7d-performance-metric-type' into 'master'

Add performance_indicator_type metric

See merge request gitlab-org/gitlab!67830
parents d1ba3580 59448b4e
...@@ -14,7 +14,7 @@ data_source: redis_hll ...@@ -14,7 +14,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_title_changed - g_project_management_issue_title_changed
distribution: distribution:
- ee - ee
- ce - ce
...@@ -22,3 +22,4 @@ tier: ...@@ -22,3 +22,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Unique visitors to /admin/usage_trends by week ...@@ -5,7 +5,7 @@ description: Unique visitors to /admin/usage_trends by week
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::optimize product_group: group::optimize
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -14,3 +14,4 @@ distribution: ...@@ -14,3 +14,4 @@ distribution:
- ee - ee
tier: [] tier: []
skip_validation: true skip_validation: true
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: The number of unique users who visited any analytics feature by wee ...@@ -5,7 +5,7 @@ description: The number of unique users who visited any analytics feature by wee
product_section: dev product_section: dev
product_stage: manage product_stage: manage
product_group: group::optimize product_group: group::optimize
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -14,3 +14,4 @@ distribution: ...@@ -14,3 +14,4 @@ distribution:
- ee - ee
tier: [] tier: []
skip_validation: true skip_validation: true
performance_indicator_type: []
...@@ -13,11 +13,12 @@ data_source: redis_hll ...@@ -13,11 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- merge_request_action - merge_request_action
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,11 +13,12 @@ data_source: redis_hll ...@@ -13,11 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- i_source_code_code_intelligence - i_source_code_code_intelligence
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,6 +18,7 @@ distribution: ...@@ -18,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,6 +18,7 @@ distribution: ...@@ -18,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
--- ---
data_category: Optional data_category: Optional
key_path: redis_hll_counters.code_review.i_code_review_mr_single_file_diffs_weekly key_path: redis_hll_counters.code_review.i_code_review_mr_single_file_diffs_weekly
description: Count of unique merge requests per week with diffs viewed file description: Count of unique merge requests per week with diffs viewed file by file
by file
product_section: dev product_section: dev
product_stage: create product_stage: create
product_group: group::code review product_group: group::code review
...@@ -19,6 +18,7 @@ distribution: ...@@ -19,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,6 +18,7 @@ distribution: ...@@ -18,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,6 +18,7 @@ distribution: ...@@ -18,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,6 +18,7 @@ distribution: ...@@ -18,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,6 +18,7 @@ distribution: ...@@ -18,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -22,6 +22,7 @@ distribution: ...@@ -22,6 +22,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,6 +18,7 @@ distribution: ...@@ -18,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,6 +18,7 @@ distribution: ...@@ -18,6 +18,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_edit_by_web_ide - g_edit_by_web_ide
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_edit_by_sfe - g_edit_by_sfe
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_edit_by_snippet_ide - g_edit_by_snippet_ide
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,10 +13,10 @@ data_source: redis_hll ...@@ -13,10 +13,10 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_edit_by_web_ide - g_edit_by_web_ide
- g_edit_by_sfe - g_edit_by_sfe
- g_edit_by_snippet_ide - g_edit_by_snippet_ide
- g_edit_by_sse - g_edit_by_sse
distribution: distribution:
- ce - ce
- ee - ee
...@@ -24,3 +24,4 @@ tier: ...@@ -24,3 +24,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- i_search_total - i_search_total
distribution: distribution:
- ee - ee
- ce - ce
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,9 +13,9 @@ data_source: redis_hll ...@@ -13,9 +13,9 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- i_search_total - i_search_total
- i_search_advanced - i_search_advanced
- i_search_paid - i_search_paid
distribution: distribution:
- ee - ee
- ce - ce
...@@ -23,3 +23,4 @@ tier: ...@@ -23,3 +23,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users changing alert's status per week ...@@ -5,7 +5,7 @@ description: Count of unique users changing alert's status per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_alert_status_changed - incident_management_alert_status_changed
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users assigning an alert per week ...@@ -5,7 +5,7 @@ description: Count of unique users assigning an alert per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_alert_assigned - incident_management_alert_assigned
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users adding alerts to the TODO list per week ...@@ -5,7 +5,7 @@ description: Count of unique users adding alerts to the TODO list per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_alert_todo - incident_management_alert_todo
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users creating incidents per week ...@@ -5,7 +5,7 @@ description: Count of unique users creating incidents per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_created - incident_management_incident_created
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users reopening incidents per week ...@@ -5,7 +5,7 @@ description: Count of unique users reopening incidents per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_reopened - incident_management_incident_reopened
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of users closing incidents per week ...@@ -5,7 +5,7 @@ description: Count of users closing incidents per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_closed - incident_management_incident_closed
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users assiging incidents per week ...@@ -5,7 +5,7 @@ description: Count of unique users assiging incidents per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_assigned - incident_management_incident_assigned
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users adding incidents to the TODO list per week ...@@ -5,7 +5,7 @@ description: Count of unique users adding incidents to the TODO list per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_todo - incident_management_incident_todo
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users adding comments on incidents per week ...@@ -5,7 +5,7 @@ description: Count of unique users adding comments on incidents per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_comment - incident_management_incident_comment
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users creating Zoom meetings about incidents per we ...@@ -5,7 +5,7 @@ description: Count of unique users creating Zoom meetings about incidents per we
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_zoom_meeting - incident_management_incident_zoom_meeting
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users adding issues per that are related to an inci ...@@ -5,7 +5,7 @@ description: Count of unique users adding issues per that are related to an inci
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_relate - incident_management_incident_relate
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users removing issue that are related to an inciden ...@@ -5,7 +5,7 @@ description: Count of unique users removing issue that are related to an inciden
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_unrelate - incident_management_incident_unrelate
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users changing incidents to confidential per week ...@@ -5,7 +5,7 @@ description: Count of unique users changing incidents to confidential per week
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_change_confidential - incident_management_incident_change_confidential
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -5,7 +5,7 @@ description: Count of unique users performing events related to the incident man ...@@ -5,7 +5,7 @@ description: Count of unique users performing events related to the incident man
product_section: ops product_section: ops
product_stage: monitor product_stage: monitor
product_group: group::monitor product_group: group::monitor
product_category: product_category:
value_type: number value_type: number
status: data_available status: data_available
time_frame: 7d time_frame: 7d
...@@ -13,20 +13,20 @@ data_source: redis_hll ...@@ -13,20 +13,20 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_incident_created - incident_management_incident_created
- incident_management_incident_reopened - incident_management_incident_reopened
- incident_management_incident_closed - incident_management_incident_closed
- incident_management_incident_assigned - incident_management_incident_assigned
- incident_management_incident_todo - incident_management_incident_todo
- incident_management_incident_comment - incident_management_incident_comment
- incident_management_incident_zoom_meeting - incident_management_incident_zoom_meeting
- incident_management_incident_published - incident_management_incident_published
- incident_management_incident_relate - incident_management_incident_relate
- incident_management_incident_unrelate - incident_management_incident_unrelate
- incident_management_incident_change_confidential - incident_management_incident_change_confidential
- incident_management_alert_status_changed - incident_management_alert_status_changed
- incident_management_alert_assigned - incident_management_alert_assigned
- incident_management_alert_todo - incident_management_alert_todo
distribution: distribution:
- ce - ce
- ee - ee
...@@ -34,3 +34,4 @@ tier: ...@@ -34,3 +34,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -14,7 +14,7 @@ data_source: redis_hll ...@@ -14,7 +14,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- incident_management_alert_create_incident - incident_management_alert_create_incident
distribution: distribution:
- ce - ce
- ee - ee
...@@ -22,3 +22,4 @@ tier: ...@@ -22,3 +22,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,11 +13,12 @@ data_source: redis_hll ...@@ -13,11 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_description_changed - g_project_management_issue_description_changed
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,11 +13,12 @@ data_source: redis_hll ...@@ -13,11 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_assignee_changed - g_project_management_issue_assignee_changed
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,12 +13,12 @@ data_source: redis_hll ...@@ -13,12 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_made_confidential - g_project_management_issue_made_confidential
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,12 +13,12 @@ data_source: redis_hll ...@@ -13,12 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_made_visible - g_project_management_issue_made_visible
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,11 +13,12 @@ data_source: redis_hll ...@@ -13,11 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_created - g_project_management_issue_created
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,12 +13,12 @@ data_source: redis_hll ...@@ -13,12 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_closed - g_project_management_issue_closed
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,11 +13,12 @@ data_source: redis_hll ...@@ -13,11 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_reopened - g_project_management_issue_reopened
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_label_changed - g_project_management_issue_label_changed
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,11 +13,12 @@ data_source: redis_hll ...@@ -13,11 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_milestone_changed - g_project_management_issue_milestone_changed
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
\ No newline at end of file performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_cross_referenced - g_project_management_issue_cross_referenced
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_moved - g_project_management_issue_moved
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_related - g_project_management_issue_related
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_unrelated - g_project_management_issue_unrelated
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_marked_as_duplicate - g_project_management_issue_marked_as_duplicate
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_locked - g_project_management_issue_locked
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_unlocked - g_project_management_issue_unlocked
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_designs_added - g_project_management_issue_designs_added
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_designs_modified - g_project_management_issue_designs_modified
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_designs_removed - g_project_management_issue_designs_removed
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,5 +21,4 @@ tier: ...@@ -21,5 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_due_date_changed - g_project_management_issue_due_date_changed
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_time_estimate_changed - g_project_management_issue_time_estimate_changed
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_time_spent_changed - g_project_management_issue_time_spent_changed
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_comment_added - g_project_management_issue_comment_added
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_comment_edited - g_project_management_issue_comment_edited
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_comment_removed - g_project_management_issue_comment_removed
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,4 +21,4 @@ tier: ...@@ -21,4 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,11 +13,12 @@ data_source: redis_hll ...@@ -13,11 +13,12 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_cloned - g_project_management_issue_cloned
distribution: distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
\ No newline at end of file performance_indicator_type: []
...@@ -13,39 +13,39 @@ data_source: redis_hll ...@@ -13,39 +13,39 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_project_management_issue_title_changed - g_project_management_issue_title_changed
- g_project_management_issue_description_changed - g_project_management_issue_description_changed
- g_project_management_issue_assignee_changed - g_project_management_issue_assignee_changed
- g_project_management_issue_made_confidential - g_project_management_issue_made_confidential
- g_project_management_issue_made_visible - g_project_management_issue_made_visible
- g_project_management_issue_created - g_project_management_issue_created
- g_project_management_issue_closed - g_project_management_issue_closed
- g_project_management_issue_reopened - g_project_management_issue_reopened
- g_project_management_issue_label_changed - g_project_management_issue_label_changed
- g_project_management_issue_milestone_changed - g_project_management_issue_milestone_changed
- g_project_management_issue_iteration_changed - g_project_management_issue_iteration_changed
- g_project_management_issue_weight_changed - g_project_management_issue_weight_changed
- g_project_management_issue_cross_referenced - g_project_management_issue_cross_referenced
- g_project_management_issue_moved - g_project_management_issue_moved
- g_project_management_issue_related - g_project_management_issue_related
- g_project_management_issue_unrelated - g_project_management_issue_unrelated
- g_project_management_issue_marked_as_duplicate - g_project_management_issue_marked_as_duplicate
- g_project_management_issue_locked - g_project_management_issue_locked
- g_project_management_issue_unlocked - g_project_management_issue_unlocked
- g_project_management_issue_added_to_epic - g_project_management_issue_added_to_epic
- g_project_management_issue_removed_from_epic - g_project_management_issue_removed_from_epic
- g_project_management_issue_changed_epic - g_project_management_issue_changed_epic
- g_project_management_issue_designs_added - g_project_management_issue_designs_added
- g_project_management_issue_designs_modified - g_project_management_issue_designs_modified
- g_project_management_issue_designs_removed - g_project_management_issue_designs_removed
- g_project_management_issue_due_date_changed - g_project_management_issue_due_date_changed
- g_project_management_issue_time_estimate_changed - g_project_management_issue_time_estimate_changed
- g_project_management_issue_time_spent_changed - g_project_management_issue_time_spent_changed
- g_project_management_issue_comment_added - g_project_management_issue_comment_added
- g_project_management_issue_comment_edited - g_project_management_issue_comment_edited
- g_project_management_issue_comment_removed - g_project_management_issue_comment_removed
- g_project_management_issue_health_status_changed - g_project_management_issue_health_status_changed
- g_project_management_issue_cloned - g_project_management_issue_cloned
distribution: distribution:
- ce - ce
- ee - ee
...@@ -53,3 +53,4 @@ tier: ...@@ -53,3 +53,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- wiki_action - wiki_action
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- design_action - design_action
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- project_action - project_action
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -14,7 +14,7 @@ data_source: redis_hll ...@@ -14,7 +14,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- i_testing_test_case_parsed - i_testing_test_case_parsed
distribution: distribution:
- ee - ee
- ce - ce
...@@ -22,3 +22,4 @@ tier: ...@@ -22,3 +22,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- g_edit_by_sse - g_edit_by_sse
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -13,7 +13,7 @@ data_source: redis_hll ...@@ -13,7 +13,7 @@ data_source: redis_hll
instrumentation_class: RedisHLLMetric instrumentation_class: RedisHLLMetric
options: options:
events: events:
- git_write_action - git_write_action
distribution: distribution:
- ce - ce
- ee - ee
...@@ -21,3 +21,4 @@ tier: ...@@ -21,3 +21,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,6 +17,7 @@ distribution: ...@@ -17,6 +17,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,6 +17,7 @@ distribution: ...@@ -17,6 +17,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,6 +17,7 @@ distribution: ...@@ -17,6 +17,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,6 +17,7 @@ distribution: ...@@ -17,6 +17,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -72,6 +72,7 @@ distribution: ...@@ -72,6 +72,7 @@ distribution:
- ce - ce
- ee - ee
tier: tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -18,4 +18,4 @@ tier: ...@@ -18,4 +18,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
...@@ -17,3 +17,4 @@ tier: ...@@ -17,3 +17,4 @@ tier:
- free - free
- premium - premium
- ultimate - ultimate
performance_indicator_type: []
This diff is collapsed.
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