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

Method Shutdown

tempodb/backend/raw.go:324–326  ·  view source on GitHub ↗

Shutdown implements backend.Reader

()

Source from the content-addressed store, hash-verified

322
323// Shutdown implements backend.Reader
324func (r *reader) Shutdown() {
325 r.r.Shutdown()
326}
327
328// HasNoCompactFlag implements backend.Reader
329func (r *reader) HasNoCompactFlag(ctx context.Context, blockID uuid.UUID, tenantID string) (bool, error) {

Callers

nothing calls this directly

Calls 1

ShutdownMethod · 0.65

Tested by

no test coverage detected