mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-20 07:19:01 +01:00
Fix metric name per review.
This commit is contained in:
parent
db8ec9c6b4
commit
5b557bf973
@ -76,7 +76,7 @@ func NewExecCollector() (Collector, error) {
|
||||
mib: "vm.stats.vm.v_forks",
|
||||
},
|
||||
{
|
||||
name: "boot_time",
|
||||
name: "boot_timestamp_seconds",
|
||||
description: "Unix time of last boot, including microseconds.",
|
||||
mib: "kern.boottime",
|
||||
dataType: bsdSysctlTypeStructTimeval,
|
||||
|
Loading…
Reference in New Issue
Block a user