Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Less
Method
Less
pkg/traceql/series_heap.go:64–66 ·
view source on GitHub ↗
(i, j int)
Source
from the content-addressed store, hash-verified
62
func
(h seriesHeap) Len() int {
return
len(h) }
63
64
func
(h seriesHeap) Less(i, j int) bool {
65
return
dataPointLessThan(h[i], h[j])
66
}
67
68
func
(h seriesHeap) Swap(i, j int) { h[i], h[j] = h[j], h[i] }
69
Callers
7
testCompleteBlockHonorsStartStopTimes
Function · 0.45
testRetainWithConfig
Function · 0.45
TestConfiguredChangeTypes
Function · 0.45
TestBackendScheduler
Function · 0.45
TestLiveStoreReadinessMaxWaitTimeout
Function · 0.45
TestDrain_Train_BasicPatternDetection
Function · 0.45
TestSimulateLatency
Function · 0.45
Calls
1
dataPointLessThan
Function · 0.85
Tested by
7
testCompleteBlockHonorsStartStopTimes
Function · 0.36
testRetainWithConfig
Function · 0.36
TestConfiguredChangeTypes
Function · 0.36
TestBackendScheduler
Function · 0.36
TestLiveStoreReadinessMaxWaitTimeout
Function · 0.36
TestDrain_Train_BasicPatternDetection
Function · 0.36
TestSimulateLatency
Function · 0.36