Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-22 18:06:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-22 18:06:55 +0300
commit793034a90509193ebf2ad14ed8e5eea10f7c6b4a (patch)
treec6326ec316c71dad77ab8f40b4eedf5093544403 /config/metrics/counts_7d
parente2d00f9148a5c87fe4f56e4fd3c90a9b3574f03b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/metrics/counts_7d')
-rw-r--r--config/metrics/counts_7d/20210216180513_incident_management_alerts_total_unique_counts.yml18
-rw-r--r--config/metrics/counts_7d/20210216180515_incident_management_incidents_total_unique_counts.yml18
-rw-r--r--config/metrics/counts_7d/20210216180528_incident_management_alert_status_changed_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180532_incident_management_alert_assigned_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180535_incident_management_alert_todo_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180539_incident_management_incident_created_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180543_incident_management_incident_reopened_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180546_incident_management_incident_closed_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180550_incident_management_incident_assigned_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180554_incident_management_incident_todo_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180558_incident_management_incident_comment_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180601_incident_management_incident_zoom_meeting_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180609_incident_management_incident_relate_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180612_incident_management_incident_unrelate_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180616_incident_management_incident_change_confidential_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180620_incident_management_total_unique_counts_weekly.yml18
-rw-r--r--config/metrics/counts_7d/20210216180623_incident_management_alert_create_incident_weekly.yml19
17 files changed, 307 insertions, 0 deletions
diff --git a/config/metrics/counts_7d/20210216180513_incident_management_alerts_total_unique_counts.yml b/config/metrics/counts_7d/20210216180513_incident_management_alerts_total_unique_counts.yml
new file mode 100644
index 00000000000..1c37c704aff
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180513_incident_management_alerts_total_unique_counts.yml
@@ -0,0 +1,18 @@
+---
+key_path: counts_weekly.aggregated_metrics.incident_management_alerts_total_unique_counts
+description: Count of unique users per week to take an action on an alert
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category: incident_management
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180515_incident_management_incidents_total_unique_counts.yml b/config/metrics/counts_7d/20210216180515_incident_management_incidents_total_unique_counts.yml
new file mode 100644
index 00000000000..71ad56b44ee
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180515_incident_management_incidents_total_unique_counts.yml
@@ -0,0 +1,18 @@
+---
+key_path: counts_weekly.aggregated_metrics.incident_management_incidents_total_unique_counts
+description: Count of unique users per week to take an action on an incident
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category: incident_management
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180528_incident_management_alert_status_changed_weekly.yml b/config/metrics/counts_7d/20210216180528_incident_management_alert_status_changed_weekly.yml
new file mode 100644
index 00000000000..5bbbc62c897
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180528_incident_management_alert_status_changed_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_alert_status_changed_weekly
+description: Count of unique users changing alert's status per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180532_incident_management_alert_assigned_weekly.yml b/config/metrics/counts_7d/20210216180532_incident_management_alert_assigned_weekly.yml
new file mode 100644
index 00000000000..f099dfc8fde
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180532_incident_management_alert_assigned_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_alert_assigned_weekly
+description: Count of unique users assigning an alert per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180535_incident_management_alert_todo_weekly.yml b/config/metrics/counts_7d/20210216180535_incident_management_alert_todo_weekly.yml
new file mode 100644
index 00000000000..09a1c7622f3
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180535_incident_management_alert_todo_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_alert_todo_weekly
+description: Count of unique users adding alerts to the TODO list per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180539_incident_management_incident_created_weekly.yml b/config/metrics/counts_7d/20210216180539_incident_management_incident_created_weekly.yml
new file mode 100644
index 00000000000..1f5631f6a1e
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180539_incident_management_incident_created_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_created_weekly
+description: Count of unique users creating incidents per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180543_incident_management_incident_reopened_weekly.yml b/config/metrics/counts_7d/20210216180543_incident_management_incident_reopened_weekly.yml
new file mode 100644
index 00000000000..c2733d2e176
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180543_incident_management_incident_reopened_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_reopened_weekly
+description: Count of unique users reopening incidents per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180546_incident_management_incident_closed_weekly.yml b/config/metrics/counts_7d/20210216180546_incident_management_incident_closed_weekly.yml
new file mode 100644
index 00000000000..ab4f0481916
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180546_incident_management_incident_closed_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_closed_weekly
+description: Count of users closing incidents per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180550_incident_management_incident_assigned_weekly.yml b/config/metrics/counts_7d/20210216180550_incident_management_incident_assigned_weekly.yml
new file mode 100644
index 00000000000..cac8cbdefe6
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180550_incident_management_incident_assigned_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_assigned_weekly
+description: Count of unique users assiging incidents per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180554_incident_management_incident_todo_weekly.yml b/config/metrics/counts_7d/20210216180554_incident_management_incident_todo_weekly.yml
new file mode 100644
index 00000000000..904b57212f6
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180554_incident_management_incident_todo_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_todo_weekly
+description: Count of unique users adding incidents to the TODO list per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180558_incident_management_incident_comment_weekly.yml b/config/metrics/counts_7d/20210216180558_incident_management_incident_comment_weekly.yml
new file mode 100644
index 00000000000..66c749f678c
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180558_incident_management_incident_comment_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_comment_weekly
+description: Count of unique users adding comments on incidents per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180601_incident_management_incident_zoom_meeting_weekly.yml b/config/metrics/counts_7d/20210216180601_incident_management_incident_zoom_meeting_weekly.yml
new file mode 100644
index 00000000000..cb8eac4a20c
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180601_incident_management_incident_zoom_meeting_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_zoom_meeting_weekly
+description: Count of unique users creating Zoom meetings about incidents per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180609_incident_management_incident_relate_weekly.yml b/config/metrics/counts_7d/20210216180609_incident_management_incident_relate_weekly.yml
new file mode 100644
index 00000000000..1106d2a5f48
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180609_incident_management_incident_relate_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_relate_weekly
+description: Count of unique users adding issues per that are related to an incident week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180612_incident_management_incident_unrelate_weekly.yml b/config/metrics/counts_7d/20210216180612_incident_management_incident_unrelate_weekly.yml
new file mode 100644
index 00000000000..a597ee6d093
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180612_incident_management_incident_unrelate_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_unrelate_weekly
+description: Count of unique users removing issue that are related to an incident per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180616_incident_management_incident_change_confidential_weekly.yml b/config/metrics/counts_7d/20210216180616_incident_management_incident_change_confidential_weekly.yml
new file mode 100644
index 00000000000..b747ede0a8e
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180616_incident_management_incident_change_confidential_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_incident_change_confidential_weekly
+description: Count of unique users changing incidents to confidential per week
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180620_incident_management_total_unique_counts_weekly.yml b/config/metrics/counts_7d/20210216180620_incident_management_total_unique_counts_weekly.yml
new file mode 100644
index 00000000000..dd3be4eddb1
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180620_incident_management_total_unique_counts_weekly.yml
@@ -0,0 +1,18 @@
+---
+key_path: redis_hll_counters.incident_management.incident_management_total_unique_counts_weekly
+description: Count of unique users performing events related to the incident management
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category:
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate
diff --git a/config/metrics/counts_7d/20210216180623_incident_management_alert_create_incident_weekly.yml b/config/metrics/counts_7d/20210216180623_incident_management_alert_create_incident_weekly.yml
new file mode 100644
index 00000000000..ff7a3c1e040
--- /dev/null
+++ b/config/metrics/counts_7d/20210216180623_incident_management_alert_create_incident_weekly.yml
@@ -0,0 +1,19 @@
+---
+key_path: redis_hll_counters.incident_management_alerts.incident_management_alert_create_incident_weekly
+description: Count of unique users per week to create an incident corresponding to
+ an alert
+product_section: ops
+product_stage: monitor
+product_group: group::monitor
+product_category: incident_management
+value_type: number
+status: data_available
+time_frame: 7d
+data_source: redis_hll
+distribution:
+- ce
+- ee
+tier:
+- free
+- premium
+- ultimate