-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathroot_cause_hipster.json
56 lines (56 loc) · 1.92 KB
/
root_cause_hipster.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
{
"frontend": {
"return": "Serving product page started_GetProduct start",
"exception": "Placing order started_Order placed complete",
"cpu_consumed": "CpuUsageRate(%)",
"cpu_contention": "CpuUsageRate(%)"
},
"checkoutservice": {
"return": "Start charge card_Charge successfully",
"exception": "Start charge card_Charge successfully",
"network_delay": "NetworkP90(ms)",
"cpu_contention": "CpuUsageRate(%)",
"cpu_consumed": "CpuUsageRate(%)"
},
"cartservice": {
"cpu_contention": "CpuUsageRate(%)",
"network_delay": "NetworkP90(ms)"
},
"emailservice": {
"cpu_consumed": "CpuUsageRate(%)",
"cpu_contention": "CpuUsageRate(%)",
"network_delay": "NetworkP90(ms)"
},
"currencyservice": {
"cpu_contention": "CpuUsageRate(%)",
"network_delay": "NetworkP90(ms)"
},
"recommendationservice": {
"cpu_consumed": "CpuUsageRate(%)",
"cpu_contention": "CpuUsageRate(%)",
"network_delay": "NetworkP90(ms)"
},
"paymentservice": {
"network_delay": "NetworkP90(ms)",
"cpu_contention": "CpuUsageRate(%)"
},
"productcatalogservice": {
"network_delay": "NetworkP90(ms)",
"cpu_consumed": "CpuUsageRate(%)",
"cpu_contention": "CpuUsageRate(%)",
"return": "Query product with name_Query product successfully",
"exception": "Query product with name_Query product successfully"
},
"shippingservice": {
"cpu_consumed": "CpuUsageRate(%)",
"cpu_contention": "CpuUsageRate(%)",
"network_delay": "NetworkP90(ms)"
},
"adservice": {
"cpu_contention": "CpuUsageRate(%)",
"network_delay": "NetworkP90(ms)",
"return": "Received ad request_No context provided",
"exception": "Received ad request_No context provided",
"cpu_consumed": "CpuUsageRate(%)"
}
}