Documentation
¶
Index ¶
Constants ¶
View Source
const ( CollectInterval = time.Minute SampleRate = 100 UploadTimeout = 10 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(hostId, hostName string) chan<- containers.ProcessInfo
Types ¶
type TargetFinder ¶
type TargetFinder struct {
// contains filtered or unexported fields
}
func (*TargetFinder) DebugInfo ¶
func (tf *TargetFinder) DebugInfo() []map[string]string
func (*TargetFinder) FindTarget ¶
func (tf *TargetFinder) FindTarget(pid uint32) *sd.Target
func (*TargetFinder) RemoveDeadPID ¶
func (tf *TargetFinder) RemoveDeadPID(pid uint32)
func (*TargetFinder) Update ¶
func (tf *TargetFinder) Update(_ sd.TargetsOptions)
Click to show internal directories.
Click to hide internal directories.