Fix metric name per review.

This commit is contained in:
Derek Marcotte 2017-04-21 16:25:31 -04:00
parent db8ec9c6b4
commit 5b557bf973

View File

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