Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
131
func
shouldRetry(statusCode int) bool {
132
return
statusCode/100 == 5
133
}
Callers
1
RoundTrip
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected