feat: Tolerate collector failures (#1769)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke
2024-11-25 21:27:31 +01:00
committed by GitHub
parent fd76be38e0
commit 1a4c6c5ce7
121 changed files with 1726 additions and 1221 deletions

View File

@@ -31,6 +31,7 @@ const (
LocaleEnglish = "en-us"
)
//nolint:gochecknoglobals
var (
// DestinationOptionsTimeout is the key for the timeout option.
//
@@ -43,6 +44,7 @@ var (
DestinationOptionsUILocale = UTF16PtrFromString[*uint16]("__MI_DESTINATIONOPTIONS_UI_LOCALE")
)
//nolint:gochecknoglobals
var (
modMi = windows.NewLazySystemDLL("mi.dll")