open-telemetry/opentelemetry-specification

OTLP: Recommended maximum backoff time for transient errors retry?

オープン

#1,528 opened on 2021/03/10

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Makefile (987 件のフォーク)auto 404
enhancementhelp wantedrelease:allowed-for-gaspec:protocol

Repository metrics

Stars
 (4,267 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド