Skip to content

Commit f8d9773

Browse files
committed
trace: use default retry configuration
Signed-off-by: Janusz Marcinkiewicz <januszm@nvidia.com>
1 parent 18203dd commit f8d9773

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tracing/tracing_on.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func newExporter(conf *cmn.TracingConf) (trace.SpanExporter, error) {
4848
options := []otlptracegrpc.Option{
4949
otlptracegrpc.WithHeaders(headers),
5050
otlptracegrpc.WithEndpoint(conf.ExporterEndpoint),
51-
otlptracegrpc.WithRetry(otlptracegrpc.RetryConfig{Enabled: true}),
5251
}
5352
if conf.SkipVerify {
5453
options = append(options, otlptracegrpc.WithInsecure())

0 commit comments

Comments
 (0)