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

Method Name

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

Name returns the name of the processor.

()

Source from the content-addressed store, hash-verified

9type 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)

Callers 15

RescanBlocksMethod · 0.65
ClearTombstonedBlocksMethod · 0.65
openWALBlockFunction · 0.65
ownsWALBlockFunction · 0.65
FlushMethod · 0.65
openWALBlockFunction · 0.65
ownsWALBlockFunction · 0.65
FlushMethod · 0.65
openWALBlockFunction · 0.65
ownsWALBlockFunction · 0.65
FlushMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 15

TestReadWriteFunction · 0.52
TestReadDeleteEntriesFunction · 0.52
writeEntryFunction · 0.52
TestNewFromFileFunction · 0.52
TestNewFromFileErrFunction · 0.52
TestKVStoresFunction · 0.52
TestCacheConfigNameFunction · 0.52