mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-02-02 08:42:31 -08: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",
|
mib: "vm.stats.vm.v_forks",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "boot_time",
|
name: "boot_timestamp_seconds",
|
||||||
description: "Unix time of last boot, including microseconds.",
|
description: "Unix time of last boot, including microseconds.",
|
||||||
mib: "kern.boottime",
|
mib: "kern.boottime",
|
||||||
dataType: bsdSysctlTypeStructTimeval,
|
dataType: bsdSysctlTypeStructTimeval,
|
||||||
|
|
Loading…
Reference in a new issue