LinkedInAttic / naarad

Naarad is a highly configurable system analysis tool that parses and plots timeseries data for better visual correlation. Naarad was built to help in performance analysis and investigations.
Apache License 2.0
238 stars 62 forks source link

Dynamic chart's timestamp should match with log and CSV timezones. #313

Open richardhsu opened 9 years ago

richardhsu commented 9 years ago

When using Naarad and looking at log or CSV files the timezones do not match and makes it harder to correlate. We should update the graphs to reflect the same time as the log or CSVs so it is easy to match up.

Logs and CSVs are generated based on the server time from raw logs. Dynamic chart, I believe, will generate based on the browser's timezone?

richardhsu commented 9 years ago

328 is related as fixing the logs and dynamic chart can be done in same time.