Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IsService is true if the exporter is running as a Windows service. IsService bool // ExitCodeCh is a channel to send the exit code return from the [github.com/prometheus-community/windows_exporter/cmd/windows_exporter] function to the service manager. ExitCodeCh = make(chan int) // StopCh is a channel to send a signal to the service manager that the service is stopping. StopCh = make(chan struct{}) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.