Skip to content

Commit

Permalink
feat: Tolerate collector failures
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Nov 25, 2024
1 parent dd61f8f commit 532568a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/windowsservice/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"golang.org/x/sys/windows/svc"
)

//nolint:gochecknoglobals
var (
// IsService is true if the exporter is running as a Windows service.
IsService bool
Expand Down

0 comments on commit 532568a

Please sign in to comment.