updated trace timestamps (#2313)

fixes https://github.com/open-telemetry/opentelemetry.io/issues/2287
This commit is contained in:
Pratyay Banerjee 2023-02-09 21:54:18 +05:30 committed by GitHub
parent e914420438
commit 51a7157678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
} }