Documentation
¶
Index ¶
Constants ¶
View Source
const ( ControlJobEndpointPProf string = "/debug/pprof" ControlJobEndpointVersion string = "/version" ControlJobEndpointStatus string = "/status" ControlJobEndpointSignal string = "/signal" )
Variables ¶
View Source
var DaemonCmd = &cli.Subcommand{ Use: "daemon", Short: "run the zrepl daemon", Run: func(ctx context.Context, subcommand *cli.Subcommand, args []string) error { return Run(ctx, subcommand.Config()) }, }
Functions ¶
func IsInternalJobName ¶
func NewPProfServer ¶
Types ¶
type GlobalStatus ¶ added in v0.3.0
type PprofServerControlMsg ¶
Directories
¶
Path | Synopsis |
---|---|
Package hooks implements pre- and post snapshot hooks.
|
Package hooks implements pre- and post snapshot hooks. |
trace
package trace provides activity tracing via ctx through Tasks and Spans Basic Concepts Tracing can be used to identify where a piece of code spends its time.
|
package trace provides activity tracing via ctx through Tasks and Spans Basic Concepts Tracing can be used to identify where a piece of code spends its time. |
Click to show internal directories.
Click to hide internal directories.