Skip to content

Commit

Permalink
Additional Comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Milton <[email protected]>
  • Loading branch information
jammiemil committed Aug 24, 2022
1 parent 3d94cbf commit 135b746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
package main

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/log"

Expand Down
1 change: 1 addition & 0 deletions initiate/initiate.go
Original file line number Diff line number Diff line change
@@ -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

import (
Expand Down

0 comments on commit 135b746

Please sign in to comment.