MCPcopy
hub / github.com/grafana/tempo / addAndTest

Method addAndTest

pkg/traceql/util.go:50–50  ·  view source on GitHub ↗
(ts uint64)

Source from the content-addressed store, hash-verified

48type bucketSet interface {
49 testTotal() bool
50 addAndTest(ts uint64) bool
51}
52
53// newExemplarBucketSet creates a new bucket set for the aligned time range

Callers 11

CombineMethod · 0.65
TestBucketSet_InstantFunction · 0.65
TestBucketSetFunction · 0.65
aggregateExemplarsMethod · 0.65
ObserveExemplarMethod · 0.65
ObserveExemplarMethod · 0.65
aggregateExemplarsMethod · 0.65
CombineMethod · 0.65

Implementers 2

alwaysFullBucketSetpkg/traceql/util.go
limitedBucketSetpkg/traceql/util.go

Calls

no outgoing calls

Tested by 5

TestBucketSet_InstantFunction · 0.52
TestBucketSetFunction · 0.52