forked from mozilla/jetstream-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbug-1689450-pref-pre-xul-skeleton-ui-startup-improvement-experimen-release-86-90.toml
64 lines (49 loc) · 1.87 KB
/
bug-1689450-pref-pre-xul-skeleton-ui-startup-improvement-experimen-release-86-90.toml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# https://experimenter.services.mozilla.com/experiments/pre-xul-skeleton-ui-and-abouthome-startup-cache-startup-improvement-experiment/
# Targets existing users
[experiment]
segments = ["low_cpu", "better_cpu", "hdd", "ssd"]
[segments.low_cpu]
select_expression = 'COALESCE(MAX(cpu_count) BETWEEN 1 AND 2, FALSE)'
data_source = "clients_last_seen"
[segments.better_cpu]
select_expression = 'NOT COALESCE(MAX(cpu_count) BETWEEN 1 AND 2, FALSE)'
data_source = "clients_last_seen"
[segments.hdd]
select_expression = "COALESCE(ANY_VALUE(hdd_type) = 'HDD', FALSE)"
data_source = "events"
[segments.ssd]
select_expression = "COALESCE(ANY_VALUE(hdd_type) = 'SSD', FALSE)"
data_source = "events"
[segments.data_sources.events]
from_expression = """
(SELECT
DATE(submission_timestamp) AS submission_date,
client_id,
environment.system.hdd.profile.type AS hdd_type,
FROM `moz-fx-data-shared-prod`.telemetry.event)
"""
##
[metrics.active_hours.statistics.bootstrap_mean]
drop_highest = 0.01
[metrics.active_hours.statistics.deciles]
[metrics.ad_clicks.statistics.bootstrap_mean]
drop_highest = 0.01
[metrics.ad_clicks.statistics.deciles]
[metrics.organic_search_count.statistics.bootstrap_mean]
drop_highest = 0.01
[metrics.organic_search_count.statistics.deciles]
[metrics.uri_count.statistics.bootstrap_mean]
drop_highest = 0.01
[metrics.uri_count.statistics.deciles]
[metrics.search_count.statistics.bootstrap_mean]
drop_highest = 0.01
[metrics.search_count.statistics.deciles]
[metrics.searches_with_ads.statistics.bootstrap_mean]
drop_highest = 0.01
[metrics.searches_with_ads.statistics.deciles]
[metrics.tagged_search_count.statistics.bootstrap_mean]
drop_highest = 0.01
[metrics.tagged_search_count.statistics.deciles]
[metrics.tagged_follow_on_search_count.statistics.bootstrap_mean]
drop_highest = 0.01
[metrics.tagged_follow_on_search_count.statistics.deciles]