Browse Source

feat: add support for cpu freq governor metrics

Signed-off-by: Lukas Coppens <lukas.coppens@be-mobile.com>
pull/2634/head
Lukas Coppens 2 years ago committed by Johannes 'fish' Ziemke
parent
commit
1724b28d27
  1. 2
      collector/cpufreq_linux.go

2
collector/cpufreq_linux.go

@ -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 {

Loading…
Cancel
Save