updated trace timestamps (#2313)
fixes https://github.com/open-telemetry/opentelemetry.io/issues/2287
This commit is contained in:
parent
e914420438
commit
51a7157678
|
|
@ -25,7 +25,7 @@ Sample Trace:
|
||||||
},
|
},
|
||||||
"parent_id": "0x051581bf3cb55c13",
|
"parent_id": "0x051581bf3cb55c13",
|
||||||
"start_time": "2022-04-29T18:52:58.114304Z",
|
"start_time": "2022-04-29T18:52:58.114304Z",
|
||||||
"end_time": "2022-04-29T18:52:58.114435Z",
|
"end_time": "2022-04-29T22:52:58.114561Z",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"http.route": "some_route1"
|
"http.route": "some_route1"
|
||||||
},
|
},
|
||||||
|
|
@ -39,7 +39,7 @@ Sample Trace:
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bye now!",
|
"name": "bye now!",
|
||||||
"timestamp": "2022-04-29T22:52:58.114561Z",
|
"timestamp": "2022-04-29T18:52:58.114585Z",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"event_attributes": 1
|
"event_attributes": 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue