Name returns the name of the processor.
()
| 9 | type Processor interface { |
| 10 | // Name returns the name of the processor. |
| 11 | Name() string |
| 12 | |
| 13 | // PushSpans processes a batch of spans and updates the metrics registered in RegisterMetrics. |
| 14 | PushSpans(ctx context.Context, req *tempopb.PushSpansRequest) |
no outgoing calls