Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
188
type
streamingClient[T any]
interface
{
189
Recv() (*T, error)
190
}
191
192
func
drainStreamingClient[T any](stream streamingClient[T]) error {
Callers
9
TestQueryRateLimits
Function · 0.65
callQueryRange
Function · 0.65
TestStreamingSearch_badRequest
Function · 0.65
TestSearchTagValuesV2_badRequest
Function · 0.65
TestSearchTags_maxConditionGroupsExceeded
Function · 0.65
callSearchTagValuesV2AndAssert
Function · 0.65
callSearchTagsV2AndAssert
Function · 0.65
drainStreamingClient
Function · 0.65
SearchStreamAndAssertTrace
Function · 0.65
Implementers
13
frontendProcessClient
modules/frontend/v1/frontendv1pb/front
frontendProcessServer
modules/frontend/v1/frontendv1pb/front
streamingQuerierSearchClient
pkg/tempopb/tempo.pb.go
streamingQuerierSearchTagsClient
pkg/tempopb/tempo.pb.go
streamingQuerierSearchTagsV2Client
pkg/tempopb/tempo.pb.go
streamingQuerierSearchTagValuesClient
pkg/tempopb/tempo.pb.go
streamingQuerierSearchTagValuesV2Client
pkg/tempopb/tempo.pb.go
streamingQuerierMetricsQueryRangeClient
pkg/tempopb/tempo.pb.go
streamingQuerierMetricsQueryInstantClient
pkg/tempopb/tempo.pb.go
streamingSpanWriterPluginWriteSpanStreamServer
cmd/tempo-query/jaeger/storage_v1/stor
spanReaderPluginGetTraceClient
cmd/tempo-query/jaeger/storage_v1/stor
spanReaderPluginFindTracesClient
cmd/tempo-query/jaeger/storage_v1/stor
Calls
no outgoing calls
Tested by
8
TestQueryRateLimits
Function · 0.52
callQueryRange
Function · 0.52
TestStreamingSearch_badRequest
Function · 0.52
TestSearchTagValuesV2_badRequest
Function · 0.52
TestSearchTags_maxConditionGroupsExceeded
Function · 0.52
callSearchTagValuesV2AndAssert
Function · 0.52
callSearchTagsV2AndAssert
Function · 0.52
drainStreamingClient
Function · 0.52