-
Notifications
You must be signed in to change notification settings - Fork 10
/
layer_exposure_download_config_specs.json
144 lines (144 loc) · 3.66 KB
/
layer_exposure_download_config_specs.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"has_updates": true,
"feature_gates": [],
"dynamic_configs": [
{
"__________________________USED_BY_TESTS": [
"test_explicit_vs_implicit_parameter_logging"
],
"name": "experiment",
"type": "dynamic_config",
"salt": "58d0f242-4533-4601-abf7-126aa8f43868",
"enabled": true,
"defaultValue": {
"an_int": 0,
"a_string": "layer_default"
},
"rules": [
{
"name": "alwaysPass",
"groupName": "Public",
"passPercentage": 100,
"conditions": [
{
"type": "public",
"targetValue": null,
"operator": null,
"field": null,
"additionalValues": {},
"isDeviceBased": false,
"idType": "userID"
}
],
"returnValue": {
"an_int": 99,
"a_string": "exp_value"
},
"id": "alwaysPass",
"salt": "",
"isDeviceBased": false,
"idType": "userID"
}
],
"isDeviceBased": false,
"idType": "userID",
"entity": "experiment",
"explicitParameters": [
"an_int"
]
}
],
"layer_configs": [
{
"__________________________USED_BY_TESTS": [
"test_does_not_log_on_get_layer",
"test_does_not_log_on_invalid_type",
"test_does_not_log_non_existent_keys",
"test_unallocated_layer_logging",
"test_logs_user_and_event_name"
],
"name": "unallocated_layer",
"type": "dynamic_config",
"salt": "3e361046-bc69-4dfd-bbb1-538afe609157",
"enabled": true,
"defaultValue": {
"an_int": 99
},
"rules": [],
"isDeviceBased": false,
"idType": "userID",
"entity": "layer"
},
{
"__________________________USED_BY_TESTS": [
"test_explicit_vs_implicit_parameter_logging"
],
"name": "explicit_vs_implicit_parameter_layer",
"type": "dynamic_config",
"salt": "3e361046-bc69-4dfd-bbb1-538afe609157",
"enabled": true,
"defaultValue": {
"an_int": 0,
"a_string": "layer_default"
},
"rules": [
{
"name": "experimentAssignment",
"groupName": "Experiment Assignment",
"passPercentage": 100,
"conditions": [
{
"type": "public",
"targetValue": null,
"operator": null,
"field": null,
"additionalValues": {},
"isDeviceBased": false,
"idType": "userID"
}
],
"returnValue": {
"an_int": 0,
"a_string": "layer_default"
},
"id": "experimentAssignment",
"salt": "",
"isDeviceBased": false,
"idType": "userID",
"configDelegate": "experiment"
}
],
"isDeviceBased": false,
"idType": "userID",
"entity": "layer"
},
{
"__________________________USED_BY_TESTS": [
"test_different_object_type_logging"
],
"name": "different_object_type_logging_layer",
"type": "dynamic_config",
"salt": "3e361046-bc69-4dfd-bbb1-538afe609157",
"enabled": true,
"defaultValue": {
"a_bool": true,
"an_int": 99,
"a_double": 1.23,
"a_long": 9223372036854776000,
"a_string": "value",
"an_array": [
"a",
"b"
],
"an_object": {
"key": "value"
}
},
"rules": [],
"isDeviceBased": false,
"idType": "userID",
"entity": "layer"
}
],
"time": 1631638014811
}