Vimal Kumar

Results 40 issues of Vimal Kumar

I plan to use https://github.com/pr2502/ra-multiplex/, since it can keep rust-analyzer runing in the background. So i need to change the path of the executable used by this plugin. i want...

### Description Adds host metrics source in the pipeline. This adds metrics for `"cpu", "disk", "filesystem", "load", "host", "memory", "network"` /cc /assign /cherry-pick ### Links - Depending on PR(s): -...

approved
lgtm
do-not-merge/work-in-progress

i started the boltd, what url i need to open in browser to see the values?

Is pcm supported for Core i7? or is it supported for Core processors in general? or does it support only Xeon? I am using `pcm-power` on my laptop with below...

help wanted

### What happened? run the following command ``` $ podman run -it --rm --entrypoint /bin/bash quay.io/sustainable_computing_io/kepler:latest-dcgm [root@614b25af39dd /]# kepler I0227 06:33:48.397548 12 gpu.go:47] Trying to initialize GPU collector using dcgm...

kind/bug

- fixed spellings

``` $ docker build -t hmm . ... ... STEP 5/6: COPY ./h-m-m . --> 9b46e4f6a713 STEP 6/6: CMD ["./h-m-m"] COMMIT hmm --> eeb8910cbf86 Successfully tagged localhost/hmm:latest $ docker run...

Is it possible to support multiline code? ``` @type record_modifier somekey ${if !record['field1'].nil?; record['field1']; elsif record['field2'] != ""; record['field2']; else record['somekey']; end;} ``` Currently i get error in fluentd (1.7.2)...

ACPI power meter in hwmon need not always be present in `"/sys/class/hwmon/hwmon2"` This commit fixes this problem by - looking inside each folder in `"/sys/class/hwmon"` - improving the method to...

`bpf_get_current_pid_tgid` gives both process id and group id, need to use mask to extract pid from the return value. Same is used while creating the map entry in `kepler_sched_switch_trace` Cc:...