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

Method Stop

pkg/cache/cache.go:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 // Release allows compliant implementations to reclaim buffers back into a pool for memory efficiency
48 Release([]byte)
49 Stop()
50}
51
52func measureRequest(ctx context.Context, method string, col instr.Collector, toStatusCode func(error) string, f func(context.Context) error) error {

Callers 15

compactWhileOwnsMethod · 0.65
doForAtLeastFunction · 0.65
reportQueueLengthMethod · 0.65
TestBackendSchedulerFunction · 0.65
TestQueryRangeExemplarsFunction · 0.65
TestQueryRangeMaxSeriesFunction · 0.65
TestQueryRangeEndCutoffFunction · 0.65
TestFailureModesFunction · 0.65

Implementers 3

Memcachedpkg/cache/memcached.go
RedisCachepkg/cache/redis_cache.go
mockClientpkg/util/test/cache.go

Calls

no outgoing calls