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

Method Close

cmd/tempo-query/jaeger/storage_v1/storage.pb.go:1221–1221  ·  view source on GitHub ↗
(ctx context.Context, in *CloseWriterRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

1219 // spanstore/Writer
1220 WriteSpan(ctx context.Context, in *WriteSpanRequest, opts ...grpc.CallOption) (*WriteSpanResponse, error)
1221 Close(ctx context.Context, in *CloseWriterRequest, opts ...grpc.CallOption) (*CloseWriterResponse, error)
1222}
1223
1224type spanWriterPluginClient struct {

Callers 15

TestResponseFixtureFunction · 0.65
RunMethod · 0.65
readBlockMetaFunction · 0.65
CloseMethod · 0.65
collectAttributeStatsMethod · 0.65
writeAttributeIndexFunction · 0.65
getAllTraceIDsFunction · 0.65
searchHTTPMethod · 0.65
RunMethod · 0.65
CloseMethod · 0.65
runMigrateConfigFunction · 0.65
RunMethod · 0.65

Implementers 3

spanWriterPluginClientcmd/tempo-query/jaeger/storage_v1/stor
UnimplementedSpanWriterPluginServercmd/tempo-query/jaeger/storage_v1/stor
Backendcmd/tempo-query/tempo/plugin.go

Calls

no outgoing calls

Tested by 5

TestResponseFixtureFunction · 0.52
getAllTraceIDsFunction · 0.52
runMigrateConfigFunction · 0.52
TestRunHealthCheckFunction · 0.52