009 vcpu bugfix

This commit is contained in:
msyu
2025-08-20 10:23:11 +03:00
parent 41134af58b
commit 34aba7e797
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ select
<!--- <cfdump var=#qS3OpsTrf#/> --->
<cfquery name="qUnifiedMetric" dbType="query">
select wz, code || '.cpu-m' as code, core_h as raw_metric, core_h as metric, core_h as chargeable_metric from qComputing
select wz, code || '.vcpu-m' as code, core_h as raw_metric, core_h as metric, core_h as chargeable_metric from qComputing
union all
select wz, code || '.ram-m' as code, gb_h as raw_metric, gb_h as metric, gb_h as chargeable_metric from qComputing
union all