@@ -149,12 +149,22 @@ METRIC_MAPPINGS = {
149
149
'cores_power_powermetrics_component': {
150
150
'clean_name': 'CPU Power (Cores)',
151
151
'source': 'powermetrics',
152
- 'explanation': 'Power of the cores only without GPU, ANE, GPU, DRAM etc.',
152
+ 'explanation': 'Power of the cores (M1) only without GPU, ANE, GPU, DRAM etc.',
153
153
},
154
154
'cores_energy_powermetrics_component': {
155
155
'clean_name': 'CPU Energy (Cores)',
156
156
'source': 'powermetrics',
157
- 'explanation': 'Energy of the cores only without GPU, ANE, GPU, DRAM etc.',
157
+ 'explanation': 'Energy of the cores (M1) only without GPU, ANE, GPU, DRAM etc.',
158
+ },
159
+ 'cpu_energy_powermetrics_component': {
160
+ 'clean_name': 'CPU Energy (Package)',
161
+ 'source': 'powermetrics',
162
+ 'explanation': 'Energy of the Package (Intel) only without GPU, ANE, GPU, DRAM etc.',
163
+ },
164
+ 'cpu_power_powermetrics_component': {
165
+ 'clean_name': 'CPU Power (Package)',
166
+ 'source': 'powermetrics',
167
+ 'explanation': 'Power of the Package (Intel) only without GPU, ANE, GPU, DRAM etc.',
158
168
},
159
169
'cpu_time_powermetrics_vm': {
160
170
'clean_name': 'CPU time',
0 commit comments