jihaozh commented on a change in pull request #3921: [TE] frontend -
harleyjj/alert-details - fix timeseries fetch
URL: https://github.com/apache/incubator-pinot/pull/3921#discussion_r263910504
##########
File path:
thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
##########
@@ -597,12 +597,10 @@ export default Component.extend({
analysisRange,
selectedBaseline
} = this.getProperties('metricUrn', 'analysisRange', 'selectedBaseline');
- const granularity = '15_MINUTES';
- const timezone = moment.tz.guess();
Review comment:
Just checked this.
The timezone should be pinned to "America/Los_Angeles".
Granularity should be left empty.
Thanks.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]