You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/04/30 00:08:38 UTC

[GitHub] [skywalking] wu-sheng opened a new issue #2560: Standardize Time in SkyWalking

wu-sheng opened a new issue #2560: Standardize Time in SkyWalking
URL: https://github.com/apache/skywalking/issues/2560
 
 
   Hi
   
   Today, SkyWalking time mechanism relied on the agent, backend, and UI in the same time zone, but still facing issues. Because of the time in agent traces, it is hard to make it accurate in the query.
   
   In 6.2, I want to do this, which related to agent, backend and UI changes.
   1. Agent reports its timezone in register and heartbeat, in default, treated as backend timezone for back-forward compatible. But I hope Java, .net, nodejs, php, go agents could adopte this. @ascrutae @liuhaoyang @hanahmily @heyanlong
   1. Service Mesh receiver, especially istio and envoy receiver need to transfer time based on timezone in the timestamp. @hanahmily 
   1. OAP backend will transfer time format to UTC-0 always and save in storage.
   1. OAP query parameter and result are all based on UTC-0, UI needs to change time visualization based on browser timezone. Also, because of this, I think no need to choose timezone anymore. @TinyAllen 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services