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

Method testTotal

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

Source from the content-addressed store, hash-verified

47// bucketSet is a simple set of buckets that can be used to track the number of exemplars
48type bucketSet interface {
49 testTotal() bool
50 addAndTest(ts uint64) bool
51}
52

Callers 10

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 4

TestBucketSet_InstantFunction · 0.52
TestBucketSetFunction · 0.52