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

Method GetMetricsCount

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

Source from the content-addressed store, hash-verified

217}
218
219func (m *MockHTTPClient) GetMetricsCount() int {
220 m.m.Lock()
221 defer m.m.Unlock()
222 return m.metricsCount
223}
224
225type MockClock struct {
226 now time.Time

Callers 1

TestDoMetricsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDoMetricsFunction · 0.76