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

Method Shutdown

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

Shutdown releases any resources allocated by the processor. Once the processor is shut down, PushSpans should not be called anymore.

(ctx context.Context)

Source from the content-addressed store, hash-verified

16 // Shutdown releases any resources allocated by the processor. Once the processor is shut down,
17 // PushSpans should not be called anymore.
18 Shutdown(ctx context.Context)
19}

Implementers 3

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

Calls

no outgoing calls