forked from getsentry/sentry-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtransaction_event.golden
40 lines (40 loc) · 1.16 KB
/
transaction_event.golden
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
{
"contexts": {
"trace": {
"trace_id": "90d57511038845dcb4164a70fc3a7fdb",
"span_id": "f7f3fd754a9040eb",
"op": "http.GET",
"description": "description",
"status": "ok"
}
},
"sdk": {},
"user": {},
"type": "transaction",
"spans": [
{
"trace_id": "d6c4f03650bd47699ec65c84352b6208",
"span_id": "1cc4b26ab9094ef0",
"op": "db.sql",
"description": "SELECT * FROM user WHERE \"user\".\"id\" = {id}",
"status": "ok",
"tags": {
"function_name": "get_users",
"status_message": "MYSQL OK"
},
"start_timestamp": "1970-01-01T00:00:00Z",
"timestamp": "1970-01-01T00:00:05Z",
"data": {
"aws_instance": "ca-central-1",
"related_ids": [
12312342,
76572,
4123485
]
},
"parent_span_id": "442bd97bbe564317"
}
],
"start_timestamp": "1970-01-01T00:00:03Z",
"timestamp": "1970-01-01T00:00:05Z"
}