aboutsummaryrefslogtreecommitdiff
path: root/collector/cpu_linux.go
Commit message (Expand)AuthorAge
* Expose cpu bugs and flags as info metrics. (#1788)domchan2020-07-17
* Linux CPU: Cache CPU metricsBen Kochie2020-05-24
* Add model_name and stepping to node_cpu_info metricBenjamin Drung2020-03-20
* Use strconv.Itoa() instead of fmt.Sprintf() (#1566)Julian Kornberger2020-02-19
* switch to go-kit/log (#1575)Ben Ye2019-12-31
* Wrap errors in the Go 1.13 wayJulian Kornberger2019-12-19
* add node_cpu_info metricPaul Gier2019-09-25
* update procfs to v0.0.2 (#1376)Paul Gier2019-06-12
* Early init of procfs (#1315)Paul Gier2019-04-10
* collector/cpu: split cpu freq metrics into separate collector (#1253)Paul Gier2019-02-19
* Update procfs vendor (#1248)mknapphrt2019-02-04
* Update cpufreq metrics collector (#1117)Ben Kochie2018-10-18
* Remove unused func, var, and const (#928)Mario Trangoni2018-04-29
* Fix some golint issues (#927)Mario Trangoni2018-04-29
* cpu: Add a 2nd label 'package' to metric node_cpu_core_throttles_total (#871)Karsten Weiss2018-04-09
* Only report core throttles per core, not per cpu (#836)Rene Treffer2018-02-27
* Unify CPU collector conventions (#806)Ben Kochie2018-02-01
* Make metrics better follow guidelines (#787)Brian Brazil2018-01-17
* Split out guest cpu metrics on Linux. (#744)Ben Kochie2017-11-23
* cpu: Support processor-less (memory-only) NUMA nodes (#734)Karsten Weiss2017-11-10
* Replace --collectors.enabled with per-collector flags (#640)Calle Pettersson2017-09-28
* cpu: Metric 'package_throttles_total' is per package. (#657)Karsten Weiss2017-09-07
* Add link to kernel documentation for sysfs/cpufreq filesRene Treffer2017-06-27
* Fix cpufreq statistics by converting kHz to HzRene Treffer2017-06-27
* Fix Linux cpu errors (#606)Ben Kochie2017-06-20
* Move stat_linux to cpu_linux and add cpufreq stats (#548)Rene Treffer2017-06-13