MCPcopy
hub / github.com/grafana/tempo / PushSpans

Method PushSpans

modules/generator/processor/interface.go:14–14  ·  view source on GitHub ↗

PushSpans processes a batch of spans and updates the metrics registered in RegisterMetrics.

(ctx context.Context, req *tempopb.PushSpansRequest)

Source from the content-addressed store, hash-verified

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.

Implementers 3

Processormodules/generator/processor/hostinfo/p
Processormodules/generator/processor/servicegra
Processormodules/generator/processor/spanmetric

Calls

no outgoing calls