-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuantumData.json
More file actions
63 lines (63 loc) · 1.28 KB
/
QuantumData.json
File metadata and controls
63 lines (63 loc) · 1.28 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
55
56
57
58
59
60
61
62
63
{
"receivedTimestamp": 1585172920774,
"finishedCreatedTimestamp": 1585172920774,
"warp": {
"uuid": "uuid",
"partition": "partition"
},
"traceId": "traceId",
"message": {
"name": "qube1",
"timestamp": 1585172920774
},
"application": {
"name": "qubeTest",
"clusterId": "clusterId",
"instanceId": "instanceId",
"instanceLocation": "instanceLocation",
"instanceCpuUsage": 10.0,
"instanceMemoryUsage": 10.0
},
"source": {
"applicationName": "OneApp",
"applicationType": "iOS",
"visitId": "visitId",
"userId": "userId",
"accountNumber": "accountNumber",
"encAccountNumber": "encAccountNumber"
},
"api": {
"path": "/a/b/c",
"name": "testName",
"category": "testCategory",
"request": {
"httpVerb": "POST",
"queryParameters": "?foo=foo",
"encQueryParameters": "?foo=foo",
"size": 10,
"headers": {
"foo": "bar"
},
"body": "body",
"encBody": "encBody"
},
"response": {
"responseCode": 200,
"serviceResult": "ok",
"responseTimeMs": 1000,
"cached": true,
"headers": {
"foo": "bar"
},
"size": 100,
"body": "body",
"encBody": "encBody"
}
},
"error": {
"category": "category",
"code": "code",
"details": "details",
"name": "name"
}
}