aboutsummaryrefslogtreecommitdiff
path: root/collector/cpu_openbsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'collector/cpu_openbsd.go')
-rw-r--r--collector/cpu_openbsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/collector/cpu_openbsd.go b/collector/cpu_openbsd.go
index 0b05d55..e9b102f 100644
--- a/collector/cpu_openbsd.go
+++ b/collector/cpu_openbsd.go
@@ -39,7 +39,7 @@ func init() {
39 39
40func NewCpuCollector() (Collector, error) { 40func NewCpuCollector() (Collector, error) {
41 return &cpuCollector{ 41 return &cpuCollector{
42 cpu: typedDesc{nodeCpuSecondsDesc, prometheus.CounterValue}, 42 cpu: typedDesc{nodeCPUSecondsDesc, prometheus.CounterValue},
43 }, nil 43 }, nil
44} 44}
45 45