Versions in this module Expand all Collapse all v0 v0.7.25 Jul 30, 2026 v0.7.23 Jul 30, 2026 Changes in this version + const ComponentName + const ErrorPort + const RequestPort + const ResultPort + type Component struct + func (c *Component) GetInfo() module.ComponentInfo + func (c *Component) Handle(ctx context.Context, handler module.Handler, port string, msg any) module.Result + func (c *Component) Instance() module.Component + func (c *Component) OnClient(k8sClient module.K8sClient) + func (c *Component) OnSettings(_ context.Context, msg any) error + func (c *Component) Ports() []module.Port + type Context any + type Request struct + Context Context + ErrorsOnly bool + Flow string + LookbackMinutes int + Project string + TraceID string + type Result struct + Context Context + ErrorTraces int + Scanned int + Spans []Span + Total int64 + Traces []Trace + Truncated bool + type Settings struct + EnableErrorPort bool + Namespace string + OtelPort int + OtelService string + type Span struct + DurationMs int64 + From string + ID string + Name string + To string + type Trace struct + DurationMs int64 + Errors int64 + ID string + Spans int64 + StartedAt string