aboutsummaryrefslogtreecommitdiff
path: root/collector/loadavg_linux.go
Commit message (Expand)AuthorAge
* Use Go 1.13 error featuresBen Kochie2020-06-16
* collector: support 1,5,15m load averages for all unicesNick Owens2015-10-31
* switch to github.com/prometheus/common/log for loggingNick Owens2015-10-30
* Reduce nesting in sanity checkMatteo Bigoi2015-10-21
* Fix documentation and a possible slice bounds out of rangeMatteo Bigoi2015-10-19
* Add load5 and load15 to linux load metricMatteo Bigoi2015-10-17
* Fix occurreneces of initial uppercase in error strings.Julius Volz2015-10-11
* Add license headers to all code files.Matthias Rampke2015-09-26
* Add flag to change the location of the procfs.Matthias Rampke2015-09-26
* loadavg: Split the collector for linux and other platforms.Siavash Safi2015-07-14