We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81aeff9 commit ff50ea4Copy full SHA for ff50ea4
src/cloudforet/cost_analysis/conf/cost_conf.py
@@ -37,17 +37,18 @@
37
{"type": "Dimension", "name": "ReservationName"},
38
{"type": "Dimension", "name": "ChargeType"},
39
{"type": "Dimension", "name": "MeterCategory"},
40
- {"type": "Dimension", "name": "ConsumedService"},
41
]
42
43
BENEFIT_GROUPING_MPA = [
44
{"type": "Dimension", "name": "CustomerTenantId"},
45
{"type": "Dimension", "name": "CustomerName"},
+ {"type": "Dimension", "name": "ServiceFamily"},
46
47
48
BENEFIT_GROUPING_EA = [
49
{"type": "Dimension", "name": "DepartmentName"},
50
{"type": "Dimension", "name": "EnrollmentAccountName"},
51
+ {"type": "Dimension", "name": "ConsumedService"},
52
53
54
BENEFIT_GROUPING_MCA = [
0 commit comments