tracing

package
v4.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 1 Imported by: 0

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 Benthos components during execution. This is entirely unrelated to Open Telemetry tracing concepts and is Benthos specific.

func FromInternal

func FromInternal(summary *tracing.Summary) *Observed

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 ObservedEvent struct {
	Type     string         `json:"type"`
	Content  string         `json:"content"`
	Metadata map[string]any `json:"metadata"`
}

type ObservedSummary

type ObservedSummary struct {
	Input           int `json:"input"`
	Output          int `json:"output"`
	ProcessorErrors int `json:"processor_errors"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL