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

20210216183922_search_unique_visits_for_any_target_monthly.yml « counts_28d « metrics « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd3b35ae0e95dd40a07be8de4a74a62b433c26ae (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
---
data_category: optional
key_path: search_unique_visits.search_unique_visits_for_any_target_monthly
description: Total unique users for i_search_total, i_search_advanced, i_search_paid
  for recent 28 days. This metric is redundant because advanced will be a subset of
  paid and paid will be a subset of total. i_search_total is more appropriate if you
  just want the total
product_section: enablement
product_stage: enablement
product_group: global_search
product_category: global_search
value_type: number
status: active
time_frame: 28d
data_source: redis_hll
instrumentation_class: AggregatedMetric
options:
  aggregate:
    operator: OR
    attribute: user_id
  events:
  - i_search_total
  - i_search_advanced
  - i_search_paid
distribution:
- ce
- ee
tier:
- free
- premium
- ultimate
milestone: "<13.9"