Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeforeRun ¶
func BeforeRun()
BeforeRun takes care of necessary actions such as creating files before the beat should run.
func Cleanup ¶
func Cleanup()
Cleanup handles cleaning up the runtime and OS environments. This includes tasks such as stopping the CPU profile if it is running.
func HandleSignals ¶
func HandleSignals(stopFunction func())
HandleSignals manages OS signals that ask the service/daemon to stop. The stopFunction should break the loop in the Beat so that the service shut downs gracefully.
func ProcessWindowsControlEvents ¶
func ProcessWindowsControlEvents(stopCallback func())
ProcessWindowsControlEvents is not used on non-windows platforms.
func ProfileEnabled ¶
func ProfileEnabled() bool
ProfileEnabled checks whether the beat should write a cpu or memory profile.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.