mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-04-11 03:51:20 +00:00
Additional Comments
Signed-off-by: Jamie Milton <jammiemil@hotmail.com>
This commit is contained in:
parent
981d687e60
commit
8061c4e5fa
@ -4,7 +4,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
//We keep this at the top to ensure it happens first
|
//Its important that we do these first so that we can register with the windows service control ASAP to avoid timeouts
|
||||||
"github.com/prometheus-community/windows_exporter/initiate"
|
"github.com/prometheus-community/windows_exporter/initiate"
|
||||||
"github.com/prometheus-community/windows_exporter/log"
|
"github.com/prometheus-community/windows_exporter/log"
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
//This package allows us to initiate Time Sensitive components (Like registering the windows service) as early as possible in the startup process
|
||||||
package initiate
|
package initiate
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user