open-telemetry/opentelemetry-specification
OTLP: Recommended maximum backoff time for transient errors retry?
开放
#1,528 创建于 2021年3月10日
enhancementhelp wantedrelease:allowed-for-gaspec:protocol
仓库指标
- 星标
- (4,267 个星标)
- PR 合并指标
- (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.