This is an automated email from the ASF dual-hosted git repository.
jihao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new df62374 [TE] frontend - harleyjj/preview - default preview to 2 days
to accomodate daily metrics (#3980)
df62374 is described below
commit df6237481d76952d08b6307be2d6ba2510e0a679
Author: Harley Jackson <[email protected]>
AuthorDate: Tue Mar 19 10:22:55 2019 -0700
[TE] frontend - harleyjj/preview - default preview to 2 days to accomodate
daily metrics (#3980)
---
.../thirdeye-frontend/app/pods/components/alert-details/component.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
b/thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
index aa6be01..b70b5d5 100644
--- a/thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
+++ b/thirdeye/thirdeye-frontend/app/pods/components/alert-details/component.js
@@ -48,7 +48,7 @@ export default Component.extend({
anomalyMapping: {},
timeseries: null,
isLoading: false,
- analysisRange: [moment().subtract(1, 'day').startOf('day').valueOf(),
moment().startOf('day').valueOf()],
+ analysisRange: [moment().subtract(1, 'day').startOf('day').valueOf(),
moment().add(1, 'day').startOf('day').valueOf()],
isPendingData: false,
colorMapping: colorMapping,
zoom: {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]