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

Struct IntervalMapperInstant

pkg/traceql/engine_metrics.go:1801–1804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1799}
1800
1801type IntervalMapperInstant struct {
1802 start, end uint64
1803 startMs, endMs uint64
1804}
1805
1806func (i IntervalMapperInstant) Interval(ts uint64) int {
1807 if !i.isTsValid(ts, i.start, i.end) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected