process-exporter icon indicating copy to clipboard operation
process-exporter copied to clipboard

Prometheus exporter that mines /proc to report on selected processes

Results 141 process-exporter issues
Sort by recently updated
recently updated
newest added

Hi all, I have just configured the process-exporter to be used in side car in a kubernetes POD, the process-exporter works fine.unfortunately, I just realized that the export process only...

Hi, This is a possibly related issue: #284 Output of `prometheus-process-exporter -version`: ``` process-exporter, version (branch: debian/sid, revision: 0.7.10-3+b5) build user: [email protected] build date: 20230409-10:13:36 go version: go1.19.8 platform: linux/amd64...

I'm currently using the process exporter with below configuration: ``` process_names: - name: "{{.ExeFull}}" cmdline: - "python" ``` My metrics are displayed as follows: ``` namedprocess_namegroup_context_switches_total{ctxswitchtype="nonvoluntary",groupname="/home/AD/cce6r54/.conda/envs/smart-berry-optimization/bin/python3.10"} 0 ``` Can I...

How to differienciate mutile process with same process name The three processes has same process name 'padms' like below ``` [m119@test019 ~]$ ps -ef | grep "./padms"|grep -v test m119...

I'm tracking processes that die after a while, and are never expected to come back. So I don't want these process groups to appear in the stats once the process...

If this option is True (default false) we'll remove groups if they have 0 processes (by default we leave the group, assuming processes from that group will be back) The...

While process-exporter restarts, the *_total metric resets to zero, leading incorrect CPU usage calculations. Can you provide a configuration to ensure that the *_total metric continues to increase after process-exporter...

appledeMacBook-Pro-9:process-exporter apple$ CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build main.go # github.com/ncabatoff/process-exporter/proc ../../proc/read.go:515:23: p.proccache.Proc.ProcSMapsRollup undefined (type procfs.Proc has no field or method ProcSMapsRollup) appledeMacBook-Pro-9:process-exporter apple$ pwd /Users/apple/Downloads/process-exporter-0.7.10/cmd/process-exporter 我在mac 下想编译一个可以在window下运行的程序,但是编译报错了,谁能解决下,或者直接能上传一个window的版本吗

is it possible to get cpu io_wait and idle times per process metrics using this exporter? @ncabatoff