aboutsummaryrefslogtreecommitdiff
path: root/collector/runit.go
Commit message (Collapse)AuthorAge
* switch to go-kit/log (#1575)Ben Ye2019-12-31
| | | Signed-off-by: yeya24 <yb532204897@gmail.com>
* Replace --collectors.enabled with per-collector flags (#640)Calle Pettersson2017-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move NodeCollector into package collector * Refactor collector enabling * Update README with new collector enabled flags * Fix out-of-date inline flag reference syntax * Use new flags in end-to-end tests * Add flag to disable all default collectors * Track if a flag has been set explicitly * Add --collectors.disable-defaults to README * Revert disable-defaults flag * Shorten flags * Fixup timex collector registration * Fix end-to-end tests * Change procfs and sysfs path flags * Fix review comments
* Switch to kingpin flags (#639)Calle Pettersson2017-08-12
| | | | | | | | | | * Switch to kingpin flags * Fix logrus vendoring * Fix flags in main tests * Fix vendoring versions
* Fix all open go lint and vet issuesTobias Schmidt2017-02-28
|
* Fix runit collector flag typo.Ben Kochie2017-01-16
|
* Convert remaining collectors to use ConstMetricsJohannes 'fish' Ziemke2017-01-03
|
* Add runit service dir flagJohannes 'fish' Ziemke2016-12-19
|
* switch to github.com/prometheus/common/log for loggingNick Owens2015-10-30
|
* Add license headers to all code files.Matthias Rampke2015-09-26
|
* Add unix timestamp of the last service state change to runit collectorMikhail Salosin2015-09-15
|
* Switch logging from glog to github.com/prometheus/log.Julius Volz2015-05-28
|
* Run gofmt.Julius Volz2015-05-28
|
* Use flags instead of config and remove attributesJohannes 'fish' Ziemke2015-05-21
|
* Consolidate collector selectionTobias Schmidt2014-11-25
Remove special tags necessary for gmond and runit collectors. All collectors get built. Selection of which collectors to use continues to happen via parameter.