Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ isOutOfOrderError
Function
isOutOfOrderError
modules/generator/registry/errors.go:34–36 · modules/generator/registry/errors.go::isOutOfOrderError
(err error)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
isOutOfOrderError(err error) bool {
35
return
errors.Is(err, storage.ErrOutOfOrderSample)
36
}
Callers
4
collectMetrics
Method · 0.85
collectMetrics
Method · 0.85
nativeHistograms
Method · 0.85
classicHistograms
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected