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

Method WithStartTime

pkg/traceql/ast_test.go:958–961  ·  view source on GitHub ↗
(nanos uint64)

Source from the content-addressed store, hash-verified

956}
957
958func (m *mockSpan) WithStartTime(nanos uint64) *mockSpan {
959 m.startTimeUnixNanos = nanos
960 return m
961}
962
963func (m *mockSpan) WithDuration(nanos uint64) *mockSpan {
964 m.durationNanos = nanos

Callers 15

TestAvgOverTimeFunction · 0.80
TestQuantileOverTimeFunction · 0.80
TestCountOverTimeFunction · 0.80
TestAvgOverTimeInstantNsFunction · 0.80
TestRateCutoffFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected