Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles the management of probe.Probe instances.
func NewManager ¶
func NewManager(logger logr.Logger, otelController *opentelemetry.Controller, globalImpl bool, loadIndicator chan struct{}) (*Manager, error)
NewManager returns a new Manager.
func (*Manager) FilterUnusedProbes ¶
func (m *Manager) FilterUnusedProbes(target *process.TargetDetails)
FilterUnusedProbes filterers probes whose functions are already instrumented out of the Manager.
func (*Manager) GetRelevantFuncs ¶
GetRelevantFuncs returns the instrumented functions for all managed probes.
Directories ¶
Path | Synopsis |
---|---|
bpf
|
|
Package probe provides instrumentation probe types and definitions.
|
Package probe provides instrumentation probe types and definitions. |
Click to show internal directories.
Click to hide internal directories.