-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBasicTelemetry.sample.json
More file actions
33 lines (33 loc) · 1.13 KB
/
BasicTelemetry.sample.json
File metadata and controls
33 lines (33 loc) · 1.13 KB
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
{
"feature_management": {
"feature_flags": [
{
"id": "TelemetryVariant",
"description": "",
"enabled": true,
"conditions": {
"client_filters": []
},
"variants": [
{
"name": "True_Override",
"configuration_value": "default",
"status_override": "Disabled"
}
],
"allocation": {
"default_when_enabled": "True_Override"
},
"telemetry": {
"enabled": true,
"metadata": {
"ETag": "cmwBRcIAq1jUyKL3Kj8bvf9jtxBrFg-R-ayExStMC90",
"FeatureFlagReference": "https://fake-config-store/kv/.appconfig.featureflag/TelemetryVariant",
"FeatureFlagId": "7vpkRJe452WVvlKXfA5XF3ASllwKsYZfC7D4w05rIoo",
"AllocationId": "MExY1waco2tqen4EcJKK"
}
}
}
]
}
}