-
Notifications
You must be signed in to change notification settings - Fork 15
/
sample-response1.json
52 lines (52 loc) · 1.75 KB
/
sample-response1.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
{
"aggregated_errors": [
{
"aggregation_key": "com.soundcloud.Foon@e28e036e",
"total_count": 2,
"severity": "error",
"created_at": "2018-09-13T16:23:30.630Z",
"latest_errors": [
{
"error": {
"class": "com.soundcloud.Foo",
"message": "",
"stacktrace": [
"com.soundcloud.Bar"
],
"cause": null
},
"uuid": "uuid1",
"timestamp": "2018-09-13T16:23:30.630Z",
"severity": "error",
"http_context": {
"request_method": "GET",
"request_url": "http://url",
"request_headers": {
"Key": "value"
}
}
},
{
"error": {
"class": "com.soundcloud.Foo",
"message": "",
"stacktrace": [
"com.soundcloud.Bar"
],
"cause": null
},
"uuid": "uuid2",
"timestamp": "2018-09-13T16:25:30.630Z",
"severity": "error",
"http_context": {
"request_method": "GET",
"request_url": "http://url",
"request_headers": {
"Key": "value"
}
}
}
]
}
]
}