COMMITS
/ collector/cpu_linux.go January 23, 2026
B
Update Go modules (#3519)
Ben Kochie committed
November 9, 2025
P
Synchronize common files from prometheus/prometheus (#3469)
PrometheusBot committed
October 22, 2025
H
fix: cpufreq collector enable (#3318)
hysyeah committed
September 8, 2025
K
chore: Upgrade golangci-lint to v2 (#3303)
Kemal Akkoyun committed
May 31, 2025
M
chore: Lint with golangci-lint v2 (#3301)
Manuel Rüger committed
May 30, 2024
P
collector/cpu: Support CPU online status
Pranshu Srivastava committed
September 11, 2024
B
Update logging (#3097)
Ben Kochie committed
April 20, 2024
B
Update build (#3000)
Ben Kochie committed
November 24, 2023
S
Fix debug log in cpu collector (#2857)
Simon Pasquier committed
August 19, 2023
J
Change log message from Warn to Debug
John Kordich committed
J
Add new node_cpu_frequency_hertz metric
John Kordich committed
August 18, 2023
J
Add CPU MHz as the value for "node_cpu_info" metric
John Kordich committed
March 7, 2023
B
Update exporter-toolkit
Ben Kochie committed
February 17, 2023
H
Remove metrics of offline CPUs in CPU collector
Haoyu Sun committed
March 15, 2022
J
fix cpustat when some cpus are offline
Jia Xin committed
December 20, 2021
D
flip branches for early return
david committed
December 17, 2021
D
remove error from signature; update doc for function
david committed
D
check for nil isolatedCpus before calling updateIsolated
david committed
D
add debug log for not existent file
david committed
December 16, 2021
D
warn if isolcpus cannot be read and default to an empty slice
david committed
D
only publish metrics for isolated cpus
david committed
December 15, 2021
D
move logic to procfs; create a new metric for isolation
david committed
D
Implement #2250: Add "isolated" label on cpu collector on linux
david committed
November 15, 2021
P
Remove redundant nil check (#2206)
Park Beomsu committed
October 3, 2021
J
Update go to 1.17 (#2159)
Julien Pivotto committed
September 28, 2021
S
collect flag_info and bug_info only for one core (#2156)
Sergei Semenchuk committed
August 17, 2021
B
Add flag to disable guest CPU metrics
Ben Kochie committed
July 4, 2021
B
Handle small backwards jumps in CPU idle
Ben Kochie committed
November 14, 2020
B
Add ErrorLog plumbing to promhttp
Ben Kochie committed
September 25, 2020
B
Downgrade CPU counter warnings
Ben Kochie committed
September 3, 2020
J
Fix capitalization of CPU acronym throughout
Julius Volz committed
July 17, 2020
D
Expose cpu bugs and flags as info metrics. (#1788)
domchan committed
May 23, 2020
B
Linux CPU: Cache CPU metrics
Ben Kochie committed
February 20, 2020
B
Add model_name and stepping to node_cpu_info metric
Benjamin Drung committed
February 19, 2020
J
Use strconv.Itoa() instead of fmt.Sprintf() (#1566)
Julian Kornberger committed
December 31, 2019
B
switch to go-kit/log (#1575)
Ben Ye committed
November 29, 2019
J
Wrap errors in the Go 1.13 way
Julian Kornberger committed
September 11, 2019
P
add node_cpu_info metric
Paul Gier committed
June 12, 2019
P
update procfs to v0.0.2 (#1376)
Paul Gier committed
April 10, 2019
P
Early init of procfs (#1315)
Paul Gier committed
February 19, 2019
P
collector/cpu: split cpu freq metrics into separate collector (#1253)
Paul Gier committed
February 4, 2019
M
Update procfs vendor (#1248)
mknapphrt committed
October 18, 2018
B
Update cpufreq metrics collector (#1117)
Ben Kochie committed
April 29, 2018
M
Remove unused func, var, and const (#928)
Mario Trangoni committed
M
Fix some golint issues (#927)
Mario Trangoni committed
April 9, 2018
K
cpu: Add a 2nd label 'package' to metric node_cpu_core_throttles_total (#871)
Karsten Weiss committed
February 27, 2018
R
Only report core throttles per core, not per cpu (#836)
Rene Treffer committed
February 1, 2018
B
Unify CPU collector conventions (#806)
Ben Kochie committed
January 17, 2018
B
Make metrics better follow guidelines (#787)
Brian Brazil committed
November 23, 2017
B
Split out guest cpu metrics on Linux. (#744)
Ben Kochie committed