I thought about the order also, but i am using your file with your order, the only line I have added is at the end.
I tryed moving the line at the very begining, still not see the 6 missing values.
- '(?<Entity>CPU) (?<MetricName>Package|IA Cores|GT Cores \(Graphics\))'
The only line i get with the default rule is:
# HELP hwi_cpu_package_w CPU Package W - CPU [#0]: Intel Core i7-8700K: Enhanced
If I put
- '(?<MetricName>.*)' #DEBUG
At the very begining i see them:
# HELP hwi_gt_cores_power_w GT Cores Power W - CPU [#0]: Intel Core i7-8700K: Enhanced
hwi_gt_cores_power_w{unit="W",sensor_type="SENSOR_TYPE_POWER",sensor="GT Cores Power",source="CPU [#0]: Intel Core i7-8700K: Enhanced"} 0
# HELP hwi_ia_cores_power_w IA Cores Power W - CPU [#0]: Intel Core i7-8700K: Enhanced
hwi_ia_cores_power_w{unit="W",sensor_type="SENSOR_TYPE_POWER",sensor="IA Cores Power",source="CPU [#0]: Intel Core i7-8700K: Enhanced"} 22.849895019911255
# HELP hwi_total_dram_power_w Total DRAM Power W - CPU [#0]: Intel Core i7-8700K: Enhanced
hwi_total_dram_power_w{unit="W",sensor_type="SENSOR_TYPE_POWER",sensor="Total DRAM Power",source="CPU [#0]: Intel Core i7-8700K: Enhanced"} 2.6769653538622777
# HELP hwi_cpu_ia_cores_c CPU IA Cores °C - CPU [#0]: Intel Core i7-8700K: Enhanced
hwi_cpu_ia_cores_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="CPU IA Cores",source="CPU [#0]: Intel Core i7-8700K: Enhanced"} 49
# HELP hwi_cpu_gt_cores_graphics_c CPU GT Cores (Graphics) °C - CPU [#0]: Intel Core i7-8700K: Enhanced
hwi_cpu_gt_cores_graphics_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="CPU GT Cores (Graphics)",source="CPU [#0]: Intel Core i7-8700K: Enhanced"} 46
# HELP hwi_vr_vcc_temperature_svid_c VR VCC Temperature (SVID) °C - CPU [#0]: Intel Core i7-8700K: Enhanced
hwi_vr_vcc_temperature_svid_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="VR VCC Temperature (SVID)",source="CPU [#0]: Intel Core i7-8700K: Enhanced"} 46
For "CPU (Weight)" > This line did the trick. I'm pretty sure i have tested this before, but watever lol
- '(?<Entity_MB>)(?<MetricName>(SYSTIN|System|Auxtin \d|CPU \(PECI\)|CPU \(Weight\)|\+3\.3V|\+5V|\+12V))'