Skip to content

Releases: ncabatoff/process-exporter

v0.7.5

05 Nov 12:42
c4dd498
Compare
Choose a tag to compare

Changelog

90d7869 Add exporter version metric
704cb9e Fix OPTS arguments

v0.7.4

05 Nov 00:17
fce9424
Compare
Choose a tag to compare

Changelog

Some build process changes, but the main user-visible change is that we now publish a checksums.txt, and when
deploying a deb/rpm package there is now a /etc/default/process-exporter file containing the arguments to invoke the daemon with.

v0.7.3

03 Nov 15:45
178122a
Compare
Choose a tag to compare

Changelog

Update dependencies and Go version to latest.

v0.7.2

05 Aug 00:07
Compare
Choose a tag to compare

Changelog

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

v0.6.0

01 Jan 15:56
Compare
Choose a tag to compare

Changelog

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

v0.5.0

13 Apr 21:28
Compare
Choose a tag to compare

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 990f810. 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

03 Sep 22:13
Compare
Choose a tag to compare

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

01 Sep 00:28
Compare
Choose a tag to compare
v0.3.11 Pre-release
Pre-release

Changelog

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

v0.3.10

31 Aug 00:12
Compare
Choose a tag to compare

Changelog

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

v0.3.9

27 Aug 00:01
Compare
Choose a tag to compare

Changelog

Move from TravisCI to Google Cloudbuild.