Skip to content

Commit 1724b28

Browse files
Lukas Coppensdiscordianfish
authored andcommitted
feat: add support for cpu freq governor metrics
Signed-off-by: Lukas Coppens <[email protected]>
1 parent fe19fdd commit 1724b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/cpufreq_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ package collector
1818

1919
import (
2020
"fmt"
21-
2221
"github.com/go-kit/log"
2322
"github.com/prometheus/client_golang/prometheus"
2423
"github.com/prometheus/procfs/sysfs"
24+
"strings"
2525
)
2626

2727
type cpuFreqCollector struct {

0 commit comments

Comments
 (0)