Change systemd unit filtering (#1083)
* Change systemd unit filtering Get all units from systemd and filter in Go. * Improves compatibility with older versions of systemd. * Improve debugging by printing when units pass the filter. * Remove extraneous newlines from log messages. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
4672ea1671
commit
0fdc089187
3 changed files with 12 additions and 9 deletions
|
|
@ -23,6 +23,7 @@ Darwin meminfo metrics have been renamed to match Prometheus conventions. #1060
|
|||
* [BUGFIX] Systemd units will not be ignored if you're running older versions of systemd #1039
|
||||
* [BUGFIX] Handle vanishing PIDs #1043
|
||||
* [BUGFIX] Correctly cast Darwin memory info #1060
|
||||
* [BUGFIX] Filter systemd units in Go for compatibility with older versions #1083
|
||||
|
||||
## 0.16.0 / 2018-05-15
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue