Releases: ncabatoff/process-exporter
Releases · ncabatoff/process-exporter
v0.7.5
Changelog
90d7869 Add exporter version metric
704cb9e Fix OPTS arguments
v0.7.4
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
Changelog
Update dependencies and Go version to latest.
v0.6.0
Changelog
f91ecbb PID and StartTime are now available as templates to use in defining a groupname.
v0.5.0
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
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
Changelog
d1c35c3 Fix #58: correctly report the aggregate context switches for all the threads in the process.
v0.3.10
Changelog
727bd2f Fix #57: Add support for blank lines in status files.
v0.3.9
Changelog
Move from TravisCI to Google Cloudbuild.