Skip to content

Commit

Permalink
exec_bsd: Fix labels for vm.stats.sys.v_syscall sysctl (prometheus#2895)
Browse files Browse the repository at this point in the history
Signed-off-by: David O'Rourke <david.orourke@gmail.com>
Signed-off-by: Vitaly Zhuravlev <v-zhuravlev@users.noreply.github.com>
  • Loading branch information
phyber authored and v-zhuravlev committed Nov 1, 2024
1 parent 6a007b7 commit 0b02a80
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 0b02a80

Please sign in to comment.