bpetit

Results 104 comments of bpetit

Of course, here it is : ``` [...] # HELP scaph_process_power_consumption_microwatts Power consumption due to the process, measured on at the topology level, in microwatts # TYPE scaph_process_power_consumption_microwatts gauge scaph_process_power_consumption_microwatts{exe="RDD...

> Thanks; some comments/questions: > > * The label cmdline can get into high cardinality. Do you know how many total values a user should normally expect? This is the...

Thanks a lot for this PR, I think the code to be changed is more in the qemu exporter itself : https://github.com/hubblo-org/scaphandre/blob/main/src/exporters/qemu.rs#L75 This code is too simple to handle multiple...

Hi, This is most the time a problem of permissions in /sys/class/powercap. Could you run the init.sh script at the root of the project then retry ?

This is a good idea, I got several time the question about whether it was supported. Thanks for the FR. I've added tags to make it more visible.

Hi @papey ! I'd say of course you can ! Maybe check with @uggla if any work has been started already

Hi. This is a great topic as it's very much needed. Thanks for opening the FR. Any support on this, notably on providing a testing environment (as openstack has some...

Thanks for those informations ! Maybe we could think about another way to share power consumption data with VMs than qemu filesystems. I think attaching extra virtual disks to vms...

Hi, thanks for this notice ! I'm about to acquire a "smart" wattmeter to do some comparisons as well. In a R&D project we compared scaphandre measurements with an IPMI...

Hi, Thanks a lot for the PR and the suggestion. I tried it and ran into an issue with apparmor: > docker: Error response from daemon: OCI runtime create failed:...