Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = hive.NewCellWithConfig[GopsConfig]( "gops", fx.Invoke(registerGopsHooks), )
Gops runs the gops agent, a tool to list and diagnose Go processes. See https://github.com/google/gops.
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.