Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
func
(r *MockReporter) GetEmittedBatches() []*thrift.Batch {
33
r.m.Lock()
34
defer
r.m.Unlock()
35
return
r.batchesEmitted
36
}
37
38
type
MockHTTPClient
struct
{
39
err error
Callers
5
TestWriteValidationTrace
Function · 0.95
TestRunValidation
Function · 0.95
TestDoWrite
Function · 0.95
TestDoWriteWithError
Function · 0.95
TestQueueFutureBatches
Function · 0.95
Calls
no outgoing calls
Tested by
5
TestWriteValidationTrace
Function · 0.76
TestRunValidation
Function · 0.76
TestDoWrite
Function · 0.76
TestDoWriteWithError
Function · 0.76
TestQueueFutureBatches
Function · 0.76