Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
219
func
(m *MockHTTPClient) GetMetricsCount() int {
220
m.m.Lock()
221
defer
m.m.Unlock()
222
return
m.metricsCount
223
}
224
225
type
MockClock
struct
{
226
now time.Time
Callers
1
TestDoMetrics
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestDoMetrics
Function · 0.76