exec_bsd: Fix labels for vm.stats.sys.v_syscall sysctl (#2895)

Signed-off-by: David O'Rourke <david.orourke@gmail.com>
This commit is contained in:
David O'Rourke 2024-01-29 04:08:53 -08:00 committed by GitHub
parent 4db443e5a6
commit 94ddad4dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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