Ben Kochie

Results 1558 comments of Ben Kochie

Looks like there are some Go linting issues to fix.

`thermal_zone` comes from [prometheus/procfs](https://pkg.go.dev/github.com/prometheus/[email protected]/sysfs#ClassThermalZoneStats). It walks files in `/sys/class/thermal`.

You can add a test file to the fixtures. This way it will be tested by the `end-to-end-test.sh` script.

Please post the pprof raw data to [pprof.me](https://pprof.me). It's much easier to examine than the images.

Nobody has published a separate exporter that I know of yet. But we don't plan to do this work here.

Please provide a heap profile, not a cpu profile. Also when including metrics, state what metric name is being used. You can post pprof data to https://pprof.me.

`container_memory_working_set_bytes` is a misleading metric because it includes cache memory that is not part of the process. You want `container_memory_rss`. This will show you closer to the real use. The...

Duplicate of https://github.com/prometheus/node_exporter/issues/2726