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

Method GetEmittedBatches

cmd/tempo-vulture/mocks.go:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (r *MockReporter) GetEmittedBatches() []*thrift.Batch {
33 r.m.Lock()
34 defer r.m.Unlock()
35 return r.batchesEmitted
36}
37
38type MockHTTPClient struct {
39 err error

Callers 5

TestWriteValidationTraceFunction · 0.95
TestRunValidationFunction · 0.95
TestDoWriteFunction · 0.95
TestDoWriteWithErrorFunction · 0.95
TestQueueFutureBatchesFunction · 0.95

Calls

no outgoing calls

Tested by 5

TestWriteValidationTraceFunction · 0.76
TestRunValidationFunction · 0.76
TestDoWriteFunction · 0.76
TestDoWriteWithErrorFunction · 0.76
TestQueueFutureBatchesFunction · 0.76