Skip to content

Commit 0b02a80

Browse files
phyberv-zhuravlev
authored andcommitted
exec_bsd: Fix labels for vm.stats.sys.v_syscall sysctl (prometheus#2895)
Signed-off-by: David O'Rourke <[email protected]> Signed-off-by: Vitaly Zhuravlev <[email protected]>
1 parent 6a007b7 commit 0b02a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/exec_bsd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ func NewExecCollector(logger log.Logger) (Collector, error) {
6161
name: "exec_system_calls_total",
6262
description: "System calls since system boot. Resets at architecture unsigned integer.",
6363
mib: "vm.stats.sys.v_syscall",
64+
labels: nil,
6465
},
65-
labels: nil,
6666
{
6767
name: "exec_device_interrupts_total",
6868
description: "Device interrupts since system boot. Resets at architecture unsigned integer.",

0 commit comments

Comments
 (0)