Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor interface {
// Name returns the name of the processor.
Name() string
// PushSpans processes a batch of spans and updates the metrics registered in RegisterMetrics.
PushSpans(ctx context.Context, req *tempopb.PushSpansRequest)
// Shutdown releases any resources allocated by the processor. Once the processor is shut down,
// PushSpans should not be called anymore.
Shutdown(ctx context.Context)
}
Click to show internal directories.
Click to hide internal directories.