Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VoicuAWS
Copy link
Contributor

@VoicuAWS VoicuAWS commented Oct 2, 2024

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.

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'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why limit to 24?

Copy link
Contributor Author

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:
Copy link
Collaborator

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"
Copy link
Collaborator

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

Copy link
Contributor Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants