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

Method Recv

integration/operations/operational_metrics_test.go:189–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187
188type streamingClient[T any] interface {
189 Recv() (*T, error)
190}
191
192func drainStreamingClient[T any](stream streamingClient[T]) error {

Implementers 13

frontendProcessClientmodules/frontend/v1/frontendv1pb/front
frontendProcessServermodules/frontend/v1/frontendv1pb/front
streamingQuerierSearchClientpkg/tempopb/tempo.pb.go
streamingQuerierSearchTagsClientpkg/tempopb/tempo.pb.go
streamingQuerierSearchTagsV2Clientpkg/tempopb/tempo.pb.go
streamingSpanWriterPluginWriteSpanStreamServercmd/tempo-query/jaeger/storage_v1/stor
spanReaderPluginGetTraceClientcmd/tempo-query/jaeger/storage_v1/stor
spanReaderPluginFindTracesClientcmd/tempo-query/jaeger/storage_v1/stor

Calls

no outgoing calls