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

Method GetRequestsCount

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

Source from the content-addressed store, hash-verified

115}
116
117func (m *MockHTTPClient) GetRequestsCount() int {
118 m.m.Lock()
119 defer m.m.Unlock()
120 return m.requestsCount
121}
122
123//nolint:all
124func (m *MockHTTPClient) Search(tags string) (*tempopb.SearchResponse, error) {

Callers 4

TestRunValidationFunction · 0.95
TestDoReadForAnOkReadFunction · 0.95

Calls

no outgoing calls

Tested by 4

TestRunValidationFunction · 0.76
TestDoReadForAnOkReadFunction · 0.76