Calle Pettersson
dfe07eaae8
Switch to kingpin flags ( #639 )
...
* Switch to kingpin flags
* Fix logrus vendoring
* Fix flags in main tests
* Fix vendoring versions
7 years ago
Ben Kochie
5f43211f67
Blacklist systemd scope units
...
Blacklist `scope` units from systemd collector by default.
These units are created with unique IDs programatically[0]. This leads to
huge cardinality problems.
[0]: https://www.freedesktop.org/software/systemd/man/systemd.scope.html
8 years ago
Tobias Schmidt
922e74d58f
Remove unnecessarily named return variables
...
Named return variables should only be used to describe the returned type
further, e.g. `err error` doesn't add any new information and is just
stutter.
8 years ago
Tobias Schmidt
c703435790
Fix all open go lint and vet issues
8 years ago
Calle Pettersson
e890743f79
Add white/blacklisting of units for systemd collector
8 years ago
Christoph Hack
5d35401a41
systemd-collector: support private/direct connections without dbus
9 years ago
Rémi Audebert
8628d60125
collector: systemd: collect whether the system is operational
9 years ago
Rémi Audebert
87ccaa39c9
collector: add systemd
9 years ago