Skip to content

Commit

Permalink
Merge pull request #5237 from imtayadeway/reporting/fix-watermark-per…
Browse files Browse the repository at this point in the history
…formance-timeframe

Change watermark timeframe to 3 months/add region
  • Loading branch information
gtanzillo committed Nov 3, 2015
2 parents ab6f400 + 96cc935 commit 472b0c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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

0 comments on commit 472b0c5

Please sign in to comment.