Skip to content

Commit

Permalink
exec_bsd: Fix labels for vm.stats.sys.v_syscall sysctl (#2895)
Browse files Browse the repository at this point in the history
Signed-off-by: David O'Rourke <david.orourke@gmail.com>
  • Loading branch information
phyber authored Jan 29, 2024
1 parent 4db443e commit 94ddad4
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 94ddad4

Please sign in to comment.