open-telemetry/opentelemetry-specification

OTLP: Recommended maximum backoff time for transient errors retry?

Aberta

#1.528 aberto em 10 de mar. de 2021

 (2 comentários) (0 reação) (0 responsável)Makefile (987 forks)auto 404
Staleenhancementhelp wantedrelease:allowed-for-gaspec:protocol

Métricas do repositório

Stars
 (4.267 estrelas)
Métricas de merge de PR
 (Mesclagem média 10d 15h) (43 fundiu PRs em 30d)

Description

OTLP retry spec

Transient errors MUST be handled with a retry strategy. This retry strategy MUST implement an exponential back-off with jitter to avoid overwhelming the destination until the network is restored or the destination has recovered.

It is not clear what is the suggested maximum backoff time here. It would be good to have that in the spec otherwise SIGs may choose their own value(could be too high or too low) and will lead to inconsistency.

Guia do colaborador