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

Method WithDuration

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

Source from the content-addressed store, hash-verified

961}
962
963func (m *mockSpan) WithDuration(nanos uint64) *mockSpan {
964 m.durationNanos = nanos
965 return m
966}
967
968func (m *mockSpan) WithNestedSetInfo(parentid, left, right int) *mockSpan {
969 m.parentID = parentid

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