Update pivot ranges and add title cells for summary report metrics
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -46,19 +46,21 @@ settings:
|
||||
- metric: avg_vcpu
|
||||
title: "Sum of Avg vCPUs"
|
||||
pivot_name: "PivotAvgVcpu"
|
||||
pivot_range: "Summary!A3:H40"
|
||||
pivot_range: "Summary!A3:H60"
|
||||
- metric: avg_ram
|
||||
title: "Sum of Avg RAM"
|
||||
pivot_name: "PivotAvgRam"
|
||||
pivot_range: "Summary!J3:P40"
|
||||
pivot_range: "Summary!J3:P60"
|
||||
- metric: prorated_vm_count
|
||||
title: "Sum of prorated VM count"
|
||||
pivot_name: "PivotProratedVmCount"
|
||||
pivot_range: "Summary!A63:H82"
|
||||
title_cell: "A61"
|
||||
- metric: vm_name_count
|
||||
title: "Count of VM Name"
|
||||
pivot_name: "PivotVmNameCount"
|
||||
pivot_range: "Summary!J63:P82"
|
||||
title_cell: "J61"
|
||||
cleanup_job_timeout_seconds: 600
|
||||
tenants_to_filter:
|
||||
node_charge_clusters:
|
||||
|
||||
Reference in New Issue
Block a user