Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
type
bucketSet
interface
{
49
testTotal() bool
50
addAndTest(ts uint64) bool
51
}
52
Callers
10
Combine
Method · 0.65
TestBucketSet_Instant
Function · 0.65
TestBucketSet
Function · 0.65
TestBucketSetLargeExemplarsShortRange
Function · 0.65
TestBucketSetZeroExemplars
Function · 0.65
aggregateExemplars
Method · 0.65
ObserveExemplar
Method · 0.65
ObserveExemplar
Method · 0.65
aggregateExemplars
Method · 0.65
Combine
Method · 0.65
Implementers
2
alwaysFullBucketSet
pkg/traceql/util.go
limitedBucketSet
pkg/traceql/util.go
Calls
no outgoing calls
Tested by
4
TestBucketSet_Instant
Function · 0.52
TestBucketSet
Function · 0.52
TestBucketSetLargeExemplarsShortRange
Function · 0.52
TestBucketSetZeroExemplars
Function · 0.52