aboutsummaryrefslogtreecommitdiff
path: root/collector/cpu_freebsd.go
Commit message (Expand)AuthorAge
* switch to go-kit/log (#1575)Ben Ye2019-12-31
* Fix for #945, cpu temperature is signed. (#965)Derek Marcotte2018-06-07
* Fix some golint issues (#927)Mario Trangoni2018-04-29
* Unify CPU collector conventions (#806)Ben Kochie2018-02-01
* Replace --collectors.enabled with per-collector flags (#640)Calle Pettersson2017-09-28
* golint: Fix NewStatCollector() doc string.Karsten Weiss2017-05-14
* Remove unnecessarily named return variablesTobias Schmidt2017-02-28
* Better error handling when collecting CPU tempsDominik Honnef2017-01-05
* Collect CPU temperatures on FreeBSDDominik Honnef2017-01-05
* Fix build of cpu_freebsd.goDominik Honnef2017-01-05
* Convert remaining collectors to use ConstMetricsJohannes 'fish' Ziemke2017-01-03
* Implement CPU collector on FreeBSD without cgoDominik Honnef2016-12-29
* change caps of the constantKai Storbeck2016-04-20
* gofmt, a typo, and an unintended change crept inKai Storbeck2016-04-20
* This should fix it.Kai Storbeck2016-04-20
* Re-implement CPU metrics collection through sysctls.Christian Schwarz2016-02-17
* Do a make format run.Brian Brazil2015-12-18
* converted freebsd cpu metrics to secondsKirk Russell2015-09-26
* Add license headers to all code files.Matthias Rampke2015-09-26
* Fix some error messages.Siavash Safi2015-07-14
* cpu: Fix build constraints.Siavash Safi2015-07-14
* cpu: Code cleanup.Siavash Safi2015-07-14
* Remove config from collectors.Siavash Safi2015-07-14
* Check caller's euid and egid when accessing /dev/mem on FreeBSD.Siavash Safi2015-07-14
* Removed freebsd build constraints from source code.Siavash Safi2015-07-14
* Add cpu collector for FreeBSD.Siavash Safi2015-07-14