Skip to content

Commit ff50ea4

Browse files
committed
feat: add dimension to ea benefit grouping and mpa grouping
Signed-off-by: ImMin5 <[email protected]>
1 parent 81aeff9 commit ff50ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cloudforet/cost_analysis/conf/cost_conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,18 @@
3737
{"type": "Dimension", "name": "ReservationName"},
3838
{"type": "Dimension", "name": "ChargeType"},
3939
{"type": "Dimension", "name": "MeterCategory"},
40-
{"type": "Dimension", "name": "ConsumedService"},
4140
]
4241

4342
BENEFIT_GROUPING_MPA = [
4443
{"type": "Dimension", "name": "CustomerTenantId"},
4544
{"type": "Dimension", "name": "CustomerName"},
45+
{"type": "Dimension", "name": "ServiceFamily"},
4646
]
4747

4848
BENEFIT_GROUPING_EA = [
4949
{"type": "Dimension", "name": "DepartmentName"},
5050
{"type": "Dimension", "name": "EnrollmentAccountName"},
51+
{"type": "Dimension", "name": "ConsumedService"},
5152
]
5253

5354
BENEFIT_GROUPING_MCA = [

0 commit comments

Comments
 (0)