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

Method ShouldQuit

modules/frontend/combiner/common.go:291–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289}
290
291func (c *genericCombiner[R]) ShouldQuit() bool {
292 c.mu.Lock()
293 defer c.mu.Unlock()
294
295 return c.shouldQuit()
296}
297
298func (c *genericCombiner[R]) shouldQuit() bool {
299 if c.httpStatusCode/100 == 5 { // Bail on 5xx

Callers

nothing calls this directly

Calls 1

shouldQuitMethod · 0.95

Tested by

no test coverage detected