Skip to content

Docs: clarify unit for OTEL_EXPORTER_OTLP_TIMEOUT (seconds vs milliseconds) #4858

@ta-ke-inf

Description

@ta-ke-inf

Is your feature request related to a problem?

Hi maintainers — I’d like to request a documentation clarification for OTEL_EXPORTER_OTLP_TIMEOUT.

In the current docs, the description says “Default: 10”, but the unit is not explicitly stated (seconds vs milliseconds), which can lead to misconfiguration in real deployments.

Why this matters

We accidentally configured/operated this value with the wrong unit assumption, which caused timeout behavior different from what we intended. An explicit unit in the docs would prevent similar confusion for other users.

Describe the solution you'd like

Request / Proposal

Could the docs explicitly state the unit for OTEL_EXPORTER_OTLP_TIMEOUT (and ideally also for related vars like OTEL_EXPORTER_OTLP_TRACES_TIMEOUT, OTEL_EXPORTER_OTLP_METRICS_TIMEOUT, OTEL_EXPORTER_OTLP_LOGS_TIMEOUT if applicable)?

For example:

  • “Default: 10 seconds” (or “Default: 10 (seconds)”)
  • Optionally add a short example clarifying what OTEL_EXPORTER_OTLP_TIMEOUT=10 means in practice.

Describe alternatives you've considered

No response

Additional Context

No response

Would you like to implement a fix?

None

Tip

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions