Documentation
¶
Overview ¶
Package status exposes whether AppSec has ever been enabled. This allows the profiler to conservatively determine whether CPU profiles may contain AppSec goroutine pprof labels without depending on the full AppSec implementation. The monotonic signal intentionally favors simplicity over coordinating an exact status across AppSec lifecycle transitions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EverEnabled ¶
func EverEnabled() bool
EverEnabled reports whether AppSec has been enabled at least once during the lifetime of the process. Once true, it remains true even if AppSec stops or is remotely deactivated because goroutine pprof labels added while it was enabled may still be present.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.