Skip to content

Commit

Permalink
build fix on FreeBSD (#3132)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Wills <[email protected]>
  • Loading branch information
swills authored Sep 24, 2024
1 parent a37174e commit 71d9b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions collector/netdev_bsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ func getNetDevStats(filter *deviceFilter, logger *slog.Logger) (netDevStats, err

return netDev, nil
}

func getNetDevLabels() (map[string]map[string]string, error) {
return nil, nil
}

0 comments on commit 71d9b6c

Please sign in to comment.