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

Struct retryWare

modules/frontend/pipeline/sync_handler_retry.go:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type retryWare struct {
41 next RoundTripper
42 maxRetries int
43 incrementRetriedRequestWeight bool
44 retriesCount prometheus.Histogram
45}
46
47// RoundTrip implements http.RoundTripper
48func (r retryWare) RoundTrip(req Request) (*http.Response, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected