PushSpans processes a batch of spans and updates the metrics registered in RegisterMetrics.
(ctx context.Context, req *tempopb.PushSpansRequest)
| 12 | |
| 13 | // PushSpans processes a batch of spans and updates the metrics registered in RegisterMetrics. |
| 14 | PushSpans(ctx context.Context, req *tempopb.PushSpansRequest) |
| 15 | |
| 16 | // Shutdown releases any resources allocated by the processor. Once the processor is shut down, |
| 17 | // PushSpans should not be called anymore. |
no outgoing calls