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

Method IntervalMs

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

IntervalMs is the same as Bucket except the input and calculations are in unix milliseconds.

(ts int64)

Source from the content-addressed store, hash-verified

1716 Interval(ts uint64) int
1717 // IntervalMs is the same as Bucket except the input and calculations are in unix milliseconds.
1718 IntervalMs(ts int64) int
1719 TimestampOf(interval int) uint64
1720 // IntervalCount is the number of intervals in the range with step.
1721 IntervalCount() int

Callers 6

attachExemplarsFunction · 0.65
CombineMethod · 0.65
CombineMethod · 0.65
ToProtoMethod · 0.65
CombineMethod · 0.65
CombineMethod · 0.65

Implementers 2

IntervalMapperQueryRangepkg/traceql/engine_metrics.go
IntervalMapperInstantpkg/traceql/engine_metrics.go

Calls

no outgoing calls

Tested by

no test coverage detected