Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + func IsTracerSupportedByOS(exclusionList []string) (bool, string) + type Tracer struct + func NewTracer(_ *config.Config) (*Tracer, error) + func (t *Tracer) DebugEBPFMaps(maps ...string) (string, error) + func (t *Tracer) DebugNetworkMaps() (*network.Connections, error) + func (t *Tracer) DebugNetworkState(clientID string) (map[string]interface{}, error) + func (t *Tracer) GetActiveConnections(_ string) (*network.Connections, error) + func (t *Tracer) GetStats() (map[string]interface{}, error) + func (t *Tracer) Stop()