Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Observed ¶
type Observed struct { InputEvents map[string][]ObservedEvent `json:"input_events,omitempty"` ProcessorEvents map[string][]ObservedEvent `json:"processor_events,omitempty"` OutputEvents map[string][]ObservedEvent `json:"output_events,omitempty"` }
Observed is a structured form of tracing events extracted from Bento components during execution. This is entirely unrelated to Open Telemetry tracing concepts and is Bento specific.
func FromInternal ¶
FromInternal converts internal tracing events into a format we can serialise as JSON for Studio sync requests. A nil might be returned if no events were extracted.
type ObservedEvent ¶
type ObservedSummary ¶
Click to show internal directories.
Click to hide internal directories.