MCPcopy
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
1248func (e *MetricsEvaluator) FetchSpansRequest() FetchSpansRequest {
1249 return *e.storageReq
1250}
1251
1252func timeRangeOverlap(reqStart, reqEnd, dataStart, dataEnd uint64) float64 {
1253 st := max(reqStart, dataStart)

Callers 1

TestOneFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestOneFunction · 0.64