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

Method RetryInfoEnabled

modules/distributor/receiver/shim.go:118–118  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

116type TracesPusher interface {
117 PushTraces(ctx context.Context, traces ptrace.Traces) (*tempopb.PushResponse, error)
118 RetryInfoEnabled(ctx context.Context) (bool, error)
119}
120
121var _ services.Service = (*receiversShim)(nil)

Callers 2

TestRetryInfoEnabledFunction · 0.65
ConsumeTracesMethod · 0.65

Implementers 2

Distributormodules/distributor/distributor.go
capturingPushermodules/distributor/receiver/shim_test

Calls

no outgoing calls

Tested by 1

TestRetryInfoEnabledFunction · 0.52