Pierre Rust
Pierre Rust
Hi, I have the same issue, with v2.1.1 the metric `kube_pod_labels` does not contain any pod label, e.g. the exporter exposes this ``` kube_pod_labels{namespace="default",pod="mysite-nginx-6958b75c8c-p97xv",uid="a54274d5-c433-49f9-bc18-df9b05125b95"} 1 ``` while that pod clearly...
Thanks for the feedback, I've also been using py-spy, with the same issue concerning pypy ;-) I've tried pyflame and although is supports multi-thread (like vmprof and py-spy) it does...
I forgot to mention : this happens both with ``fancy`` and ``git`` diff-display modes
Scaphandre should definitely report an lower consumption that the Shelly Plug , as the plug measurement includes the motherboard, power supply loss, disks, etc. In your example, the consumption reported...
Well, hard to say, that's a very low power system indeed, but even though 2,5W seems too low imho. Maybe the shelly plug are not precise enough when measuring such...
Is there any reason to want an msr-based sensor instead on a sensor based on `perf_open` (https://www.man7.org/linux/man-pages/man2/perf_event_open.2.html) ? It seems to me that `perf_open` have lower right requirements : a...
For an "official" reference, you can look at Intel's [System Programming Manual](https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-system-programming-manual-325384.pdf) , specifically section 14.9.2 RAPL Domains and Platform Specificity (p500) : > The specific RAPL domains available in...
Hi, following my recent mail, I've been thinking about this feature and I'll try to sum up how I see it : Formatted tag modification would be usable with the...
Ok, I just made a first pull request (only for the modify use case) , but it seems so trivial that I'm wondering if I'm not missing something obvious here...
Now I working on the import use case and I'm considering where the tag manipulation should happen (that is, when should we execute `tagName1=''` ). It seems to me it...