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

Struct IntervalMapperQueryRange

pkg/traceql/engine_metrics.go:1752–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750}
1751
1752type IntervalMapperQueryRange struct {
1753 start, end, step uint64
1754 startMs, endMs uint64
1755 intervalCount int
1756}
1757
1758func (i IntervalMapperQueryRange) Interval(ts uint64) int {
1759 return i.interval(ts, i.start, i.end, i.step)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected