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

20210216184955_ecosystem_total_unique_counts_weekly.yml « counts_7d « metrics « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 350a7032493cea8613e5e4bc77f9919e59c97143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
data_category: optional
key_path: redis_hll_counters.ecosystem.ecosystem_total_unique_counts_weekly
description: Number of users performing actions on Jira issues by week
product_section: dev
product_stage: ecosystem
product_group: integrations
product_category: integrations
value_type: number
status: active
time_frame: 7d
data_source: redis_hll
instrumentation_class: AggregatedMetric
options:
  aggregate:
    operator: OR
    attribute: user_id
  events:
  - i_ecosystem_jira_service_close_issue
  - i_ecosystem_jira_service_cross_reference
  - i_ecosystem_jira_service_list_issues
  - i_ecosystem_jira_service_create_issue
  - i_ecosystem_slack_service_issue_notification
  - i_ecosystem_slack_service_push_notification
  - i_ecosystem_slack_service_deployment_notification
  - i_ecosystem_slack_service_wiki_page_notification
  - i_ecosystem_slack_service_merge_request_notification
  - i_ecosystem_slack_service_note_notification
  - i_ecosystem_slack_service_tag_push_notification
  - i_ecosystem_slack_service_confidential_note_notification
  - i_ecosystem_slack_service_confidential_issue_notification
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
milestone: "<13.9"