-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exposing summary_view lookback period in a parameter #958
base: main
Are you sure you want to change the base?
Conversation
Type: String | ||
Description: Number of months of data to capture in summary_view (used on most visuals). Valid range 7 to 24. Default=7 (6 past + 1 current). More months will require more Spice capacity in QuickSight. | ||
Default: "7" | ||
AllowedPattern: '\b(0?[7-9]|1[0-9]|2[0-4])\b' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why limit to 24?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking we need an upper limit. Picked two years. You think we should not have one?
@@ -61,6 +61,8 @@ Metadata: | |||
default: "Deploy KPI Dashboard" | |||
OptimizationDataCollectionBucketPath: | |||
default: "Path to Optimization Data Collection S3 bucket" | |||
MonthsLookback: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only affects summary view, right? Not sure what what would be a right name here.
- SummaryViewDefaultMonthLimit ?
- DefaultMonthLimit ?
Also need to make it clear that updating of this parameter wont update the views/datasets/dashboards
@@ -61,6 +61,8 @@ Metadata: | |||
default: "Deploy KPI Dashboard" | |||
OptimizationDataCollectionBucketPath: | |||
default: "Path to Optimization Data Collection S3 bucket" | |||
MonthsLookback: | |||
default: "Number of months to lookback in summary_view" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another topic is days to loopback in resource_view and hourly_view. Currently 30 but customers ask to control it as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll look into that as well. Thanks!
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.