Skip to content

Commit

Permalink
feat: add support for cpu freq governor metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Coppens <lukas.coppens@be-mobile.com>
  • Loading branch information
Lukas Coppens authored and discordianfish committed Mar 10, 2023
1 parent fe19fdd commit 1724b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/cpufreq_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ package collector

import (
"fmt"

"github.com/go-kit/log"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/procfs/sysfs"
"strings"
)

type cpuFreqCollector struct {
Expand Down

0 comments on commit 1724b28

Please sign in to comment.