Skip to content

Graduate experimental-grpc-retry and experimental-http-retry feature flags to stable #3526

Description

@scottgerring

Summary

The OTLP exporter has two feature flags gating retry behaviour:

  • experimental-grpc-retry — retry with exponential backoff for gRPC/tonic exports
  • experimental-http-retry — retry with exponential backoff for HTTP exports

The underlying retry behaviour is described as a MUST in the OTLP exporter specification. Since the spec considers this stable and required, these flags should not remain experimental — the retry logic should be on by default and the experimental-* feature gates removed.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions