You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Linux distribution version: Ubuntu jammy
Kernel version : 5.15.0-71-generic
K8s: 1.24.10
Functionnal docker image:
docker image ls hubblo/scaphandre:dev
REPOSITORY TAG IMAGE ID CREATED SIZE
hubblo/scaphandre dev ad2baba8e081 2 months ago 103MB
non functional docker image:
docker image ls hubblo/scaphandre:dev
REPOSITORY TAG IMAGE ID CREATED SIZE
hubblo/scaphandre dev 727016a2ea09 6 days ago 103MB
The text was updated successfully, but these errors were encountered:
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)
andsum( scaph_socket_power_microwatts) by (node)
don't matchI 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
The text was updated successfully, but these errors were encountered: