Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ SetInstant
Method
SetInstant
pkg/tempopb/utils.go:44–48 ·
view source on GitHub ↗
(value bool)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(q *QueryRangeRequest) SetInstant(value bool) {
45
q.XInstant = &QueryRangeRequest_Instant{
46
Instant: value,
47
}
48
}
Callers
13
newQueryInstantStreamingGRPCHandler
Function · 0.95
newMetricsQueryInstantHTTPHandler
Function · 0.95
TestQueryRangeRequest_InstantFlag
Function · 0.95
TestQueryRangeRequest_MarshalUnmarshal
Function · 0.95
ParseQueryRangeRequest
Function · 0.95
TestCountOverTimeInstantNs
Function · 0.95
TestAvgOverTimeInstantNs
Function · 0.95
TestCountOverTimeInstantNsWithCutoff
Function · 0.95
TestRateCutoff
Function · 0.95
TestSecondStageTopKInstant
Function · 0.95
TestSecondStageBottomKInstant
Function · 0.95
newQueryRangeStreamingGRPCHandler
Function · 0.80
Calls
no outgoing calls
Tested by
8
TestQueryRangeRequest_InstantFlag
Function · 0.76
TestQueryRangeRequest_MarshalUnmarshal
Function · 0.76
TestCountOverTimeInstantNs
Function · 0.76
TestAvgOverTimeInstantNs
Function · 0.76
TestCountOverTimeInstantNsWithCutoff
Function · 0.76
TestRateCutoff
Function · 0.76
TestSecondStageTopKInstant
Function · 0.76
TestSecondStageBottomKInstant
Function · 0.76