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

Function WithTimeOverlapCutoff

pkg/traceql/options.go:51–55  ·  view source on GitHub ↗

WithTimeOverlapCutoff sets the overlap threshold (0 to 1) for trace-level timestamp filtering. When not set the default value is used.

(v float64)

Source from the content-addressed store, hash-verified

49// WithTimeOverlapCutoff sets the overlap threshold (0 to 1) for trace-level timestamp filtering. When not
50// set the default value is used.
51func WithTimeOverlapCutoff(v float64) CompileOption {
52 return func(o *compileOptions) {
53 o.timeOverlapCutoff = v
54 }
55}

Callers 3

TestOneFunction · 0.92
QueryRangeMethod · 0.92
queryBlockMethod · 0.92

Calls

no outgoing calls

Tested by 1

TestOneFunction · 0.74