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

Change watermark timeframe to 3 months/add region #5237

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -9,6 +9,7 @@ rpt_group: Custom
priority:
col_order:
- v_month
- region_description
- resource_name
- derived_host_sockets__max
timeline:
Expand All @@ -20,6 +21,7 @@ include: {}
db: ExtManagementSystemPerformance
cols:
- v_month
- region_description
- resource_name
- derived_host_sockets
template_type: report
Expand All @@ -29,20 +31,22 @@ sortby:
- resource_name
headers:
- Activity Sample - Month (YYYY/MM)
- Region
- Asset Name
- Host Sockets (Max)
where_clause:
db_options:
:interval: daily
:calc_avgs_by: time_interval
:end_offset: 0
:start_offset: 172800
:start_offset: 7776000
generate_cols:
generate_rows:
col_formats:
-
-
-
-
tz: UTC
time_profile_id: 1
display_filter:
Expand Down
Expand Up @@ -9,6 +9,7 @@ rpt_group: Custom
priority:
col_order:
- v_month
- region_description
- resource_name
- derived_vm_count_total__max
timeline:
Expand All @@ -20,6 +21,7 @@ include: {}
db: ExtManagementSystemPerformance
cols:
- v_month
- region_description
- resource_name
- derived_vm_count_total
template_type: report
Expand All @@ -31,18 +33,20 @@ headers:
- Activity Sample - Month (YYYY/MM)
- Asset Name
- VM Count Total (Max)
- Region
where_clause:
db_options:
:interval: daily
:calc_avgs_by: time_interval
:end_offset: 0
:start_offset: 172800
:start_offset: 7776000
generate_cols:
generate_rows:
col_formats:
-
-
-
-
tz:
time_profile_id:
display_filter:
Expand Down