open-telemetry/opentelemetry-specification
OTLP: Recommended maximum backoff time for transient errors retry?
開放
#1,528 建立於 2021年3月10日
Staleenhancementhelp wantedrelease:allowed-for-gaspec:protocol
倉庫指標
- 星標
- (4,267 顆星)
- PR 合併指標
- (平均合併 10天 15小時) (30 天內合併 43 個 PR)
描述
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.