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

Struct limitedBucketSet

pkg/traceql/util.go:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77type limitedBucketSet struct {
78 sz, maxTotal, maxBucket int
79 buckets []int
80 start, end, bucketWidth uint64
81}
82
83// newBucketSet creates a new bucket set for the given time range
84// start and end are in nanoseconds

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected