Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultGopsPort is the default for --gops-port option. DefaultGopsPort = uint16(0) // Cell runs the gops agent, a tool to list and diagnose Go processes. // See https://github.com/google/gops. Cell = hive.NewCellWithConfig[GopsConfig]( "gops", fx.Invoke(registerGopsHooks), ) )
Functions ¶
This section is empty.
Types ¶
type GopsConfig ¶
type GopsConfig struct {
GopsPort uint16 // Port for gops server to listen on
}
func (GopsConfig) CellFlags ¶
func (GopsConfig) CellFlags(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.