Skip to content

OTLP exporters don't respect timeout #2663

@aabmass

Description

@aabmass

Discussed further in #2402 (comment)

OTLP exporter as of today

  • try to export, with a 30 10 second timeout, fail and wait 2 seconds
  • try to export, with a 30 10 second timeout, fail and wait 4 seconds
  • try to export, with a 30 10 second timeout, fail and wait 8 seconds
  • try to export, with a 30 10 second timeout, fail and wait 16 seconds
  • try to export, with a 30 10 second timeout, fail and wait 32 seconds
  • try to export, with a 30 10 second timeout, fail and wait 64 seconds and finally give up

In an ideal scenario the BSP has to cancel the export call after 30s irrespective of exporter handling mechanism. But it doesn't do that with 30s export mills timeout passed to via env/arg.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmetricsrelease:after-gaTo be resolved after GA release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions