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

Function observeFailedOp

modules/livestore/live_store_background.go:298–303  ·  view source on GitHub ↗
(op *completeOp)

Source from the content-addressed store, hash-verified

296}
297
298func observeFailedOp(op *completeOp) {
299 metricFailedCompletions.Inc()
300 if op.attempts > 1 {
301 metricCompletionFailedRetries.Inc()
302 }
303}
304
305func (s *LiveStore) reloadBlocks() error {
306 // Reclaim tombstoned blocks left by an unclean shutdown before

Callers 3

globalCompleteLoopMethod · 0.85
processCompleteOpMethod · 0.85
retryCompleteOpMethod · 0.85

Calls 1

IncMethod · 0.65

Tested by

no test coverage detected