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

Method IsPartialTrace

pkg/model/trace/combine.go:164–166  ·  view source on GitHub ↗

Returns true if the combined trace is a partial one if partal trace is enabled

()

Source from the content-addressed store, hash-verified

162
163// Returns true if the combined trace is a partial one if partal trace is enabled
164func (c *Combiner) IsPartialTrace() bool {
165 return c.maxTraceSizeReached && c.allowPartialTrace
166}

Callers 3

NewTraceByIDV2Function · 0.95
FindTraceByIDMethod · 0.95
ConsumeWithFinalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected