Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ FetchSpansRequest
Method
FetchSpansRequest
pkg/traceql/engine_metrics.go:1248–1250 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1246
}
1247
1248
func
(e *MetricsEvaluator) FetchSpansRequest() FetchSpansRequest {
1249
return
*e.storageReq
1250
}
1251
1252
func
timeRangeOverlap(reqStart, reqEnd, dataStart, dataEnd uint64) float64 {
1253
st := max(reqStart, dataStart)
Callers
1
TestOne
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestOne
Function · 0.64