Documentation
¶
Overview ¶
Copyright 2020 New Relic Corporation. All rights reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
View Source
const ( // NotificationStr string representation for signal used to send notification. Used for Docker. NotificationStr = "SIGUSR1" GracefulStopStr = "SIGUSR2" // GracefulShutdownStr is not a real POSIX signal, it's a custom signal we use when we detect a host shutdown GracefulShutdownStr = "SHUTDOWN" )
View Source
const ( // Notification signal is used to send notification. Used for Linux ctl verbose mode notifier. Notification = syscall.SIGUSR1 // GracefulStop signal is used to gracefully stop, we use SIGTSTP as SIGSTOP can not be handled. GracefulStop = syscall.SIGUSR2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.