Process Exporter Versions Save

Prometheus exporter that mines /proc to report on selected processes

v0.7.3

3 years ago

Changelog

Update dependencies and Go version to latest.

v0.7.2

3 years ago

Changelog

9760f38 Count usage of process start-up (#139) d14dfc60 Add proportional resident memory size (#142)

v0.6.0

4 years ago

Changelog

f91ecbb PID and StartTime are now available as templates to use in defining a groupname.

v0.5.0

5 years ago

Changelog

Breaking changes:

c14b818 Fix CPU metric naming: merged user and system time into the single metric namedprocess_namegroup_cpu_seconds_total, with labels mode="user" and mode="system". c3f6a04 Rename label cpumode in thread_cpu_seconds_total to mode, for consistency with namedprocess_namegroup_cpu_seconds_total.

Enhancements and fixes:

2f195b3 Restore -threads option removed in 990f8106. Now the default is true instead of false as it was back then, so nothing should change from 0.4 unless -threads=false is given. Fixes #67. d0323f9 Update to newer procfs to include fix for #80.

v0.4.0

5 years ago

Changelog

990f810 Remove -threads option, make it the default now. Fix integration test intermittent failure. 5f72f86 Make states metric report on thread counts instead of proc counts. Fix tests broken when adding wchan feature. 8325197 Add count of threads in each wchan.

v0.3.11

5 years ago

Changelog

d1c35c3 Fix #58: correctly report the aggregate context switches for all the threads in the process.

v0.3.10

5 years ago

Changelog

727bd2f Fix #57: Add support for blank lines in status files.

v0.3.9

5 years ago

Changelog

Move from TravisCI to Google Cloudbuild.

v0.3.8

5 years ago

Changelog

72784d0 Bump procfs version to improve parsing of /proc//status.

v0.3.7

5 years ago

Changelog

c16c837 Add -debug command line option.