ncabatoff / process-exporter

Prometheus exporter that mines /proc to report on selected processes
MIT License
1.72k stars 270 forks source link

why process-exporter can you resource increasement as a Counter type? #222

Open gaoxp opened 2 years ago

gaoxp commented 2 years ago

when i read source code,i can't understand why namedprocess_namegroup_read_bytes_total/namedprocess_namegroup_write_bytes_total can use two collect increasement as counter,this metric use trackedProc lastaccum which comment by "lastaccum is the increment to the counters seen in the last update.",why not use the original value as counter instead of using the increasement? @rajatvig @flixr