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

Method Shutdown

tempodb/backend/raw.go:78–78  ·  tempodb/backend/raw.go::RawReader.Shutdown

Shutdown must be called when the Reader is finished and cleans up any associated resources.

()

Source from the content-addressed store, hash-verified

76 ReadRange(ctx context.Context, name string, keypath KeyPath, offset uint64, buffer []byte, cacheInfo *CacheInfo) error
77 // Shutdown must be called when the Reader is finished and cleans up any associated resources.
78 Shutdown()
79}
80
81type writer struct {

Callers 10

ShutdownMethod · 0.65
ShutdownMethod · 0.65
ShutdownMethod · 0.65
TestReceiversFunction · 0.65
WriteTempoProtoTracesMethod · 0.65
RunMethod · 0.65
NewServerServiceFunction · 0.65

Implementers 6

MockRawReadertempodb/backend/mocks.go
readerWritertempodb/backend/cache/cache.go
Azuretempodb/backend/azure/azure.go
readerWritertempodb/backend/gcs/gcs.go
readerWritertempodb/backend/s3/s3.go
Backendtempodb/backend/local/local.go

Calls

no outgoing calls

Tested by 3

TestReceiversFunction · 0.52