Documentation ¶
Overview ¶
Package extdebug contains helpers for more detailed debug information
Index ¶
- func NewNamespaceInfoSource(clusterClient clusterclient.Client, ...) (debug.Source, error)
- func NewPlacementAndNamespaceZipWriterWithDefaultSources(cpuProfileDuration time.Duration, clusterClient clusterclient.Client, ...) (debug.ZipWriter, error)
- func NewPlacementInfoSource(service handleroptions.ServiceNameAndDefaults, ...) (debug.Source, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNamespaceInfoSource ¶
func NewNamespaceInfoSource( clusterClient clusterclient.Client, allDefaults []handleroptions.ServiceNameAndDefaults, instrumentOpts instrument.Options, ) (debug.Source, error)
NewNamespaceInfoSource returns a Source for namespace information.
func NewPlacementAndNamespaceZipWriterWithDefaultSources ¶
func NewPlacementAndNamespaceZipWriterWithDefaultSources( cpuProfileDuration time.Duration, clusterClient clusterclient.Client, placementsOpts placementhandler.HandlerOptions, services []handleroptions.ServiceNameAndDefaults, instrumentOpts instrument.Options, ) (debug.ZipWriter, error)
NewPlacementAndNamespaceZipWriterWithDefaultSources returns a zipWriter with the following debug sources already registered: CPU, heap, host, goroutines, namespace and placement info.
func NewPlacementInfoSource ¶
func NewPlacementInfoSource( service handleroptions.ServiceNameAndDefaults, placementOpts placementhandler.HandlerOptions, ) (debug.Source, error)
NewPlacementInfoSource returns a Source for placement information.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.