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

Function shouldRetry

modules/frontend/pipeline/sync_handler_retry.go:131–133  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

129}
130
131func shouldRetry(statusCode int) bool {
132 return statusCode/100 == 5
133}

Callers 1

RoundTripMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected