hubblo-org / scaphandre

⚡ Energy consumption metrology agent. Let "scaph" dive and bring back the metrics that will help you make your systems and applications more sustainable !
Apache License 2.0
1.6k stars 109 forks source link

sum(scaph_process_power_consumption_microwatts) by (node) and sum( scaph_socket_power_microwatts) by (node) don't match #350

Open Louan-Robert opened 10 months ago

Louan-Robert commented 10 months ago

Bug description

I have kubernetes worker with a scaphandre pod (running image hubblo/scaphandre:dev). I have restarted it in order to update image and now sum(scaph_process_power_consumption_microwatts) by (node) and sum( scaph_socket_power_microwatts) by (node) don't match

image

I don't know where it could come from. Maybe it could come from a problem on accounting for multiple core CPUs ?

To Reproduce

Start a scaphandre with latest dev image

Environment

bpetit commented 3 days ago

Hi, It would be good to know if this is 0.5.0 or 1.0.0 to give an accurate answer.

Behavior has changed as stated in the release notes, and the docs. But I need to know which one it is to confirm this is related.