MCPcopy
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
34func isOutOfOrderError(err error) bool {
35 return errors.Is(err, storage.ErrOutOfOrderSample)
36}

Callers 4

collectMetricsMethod · 0.85
collectMetricsMethod · 0.85
nativeHistogramsMethod · 0.85
classicHistogramsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected