-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patheventv2.json
More file actions
54 lines (54 loc) · 1.41 KB
/
eventv2.json
File metadata and controls
54 lines (54 loc) · 1.41 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"data": {
"attributes": {
"aggregation_key": "aggregation_key_123",
"attributes": {
"author": {
"name": "example@datadog.com",
"type": "user"
},
"change_metadata": {
"dd": {
"team": "datadog_team",
"user_email": "datadog@datadog.com",
"user_id": "datadog_user_id",
"user_name": "datadog_username"
},
"resource_link": "datadog.com/feature/fallback_payments_test"
},
"changed_resource": {
"name": "fallback_payments_test",
"type": "one of feature_flag,configuration"
},
"impacted_resources": [
{
"name": "payments_api",
"type": "service"
}
],
"new_value": {
"enabled": true,
"percentage": "50%",
"rule": {
"datacenter": "devcycle.us1.prod"
}
},
"prev_value": {
"enabled": true,
"percentage": "10%",
"rule": {
"datacenter": "devcycle.us1.prod"
}
}
},
"category": "one of change,alert",
"integration_id": "custom-events or nothing",
"message": "payment_processed feature flag has been enabled",
"tags": [
"env:api_client_test"
],
"title": "payment_processed feature flag updated"
},
"type": "event"
}
}