Skip to content

Commit

Permalink
exec_bsd: Fix labels for vm.stats.sys.v_syscall sysctl
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Jan 8, 2024
1 parent d8e2be1 commit b33909d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/exec_bsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ func NewExecCollector(logger log.Logger) (Collector, error) {
name: "exec_system_calls_total",
description: "System calls since system boot. Resets at architecture unsigned integer.",
mib: "vm.stats.sys.v_syscall",
labels: nil,
},
labels: nil,
{
name: "exec_device_interrupts_total",
description: "Device interrupts since system boot. Resets at architecture unsigned integer.",
Expand Down

0 comments on commit b33909d

Please sign in to comment.